ESRI.ArcGIS.ADF.ArcGISServer.Editor
AttributeDisplayMode Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : AttributeDisplayMode Enumeration




Defines constants that describe how attributes are to be displayed.

Syntax

Visual Basic (Declaration) 
Public Enum AttributeDisplayMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AttributeDisplayMode
C# 
public enum AttributeDisplayMode : Enum 

Members

MemberDescription
Editable The attribute is displayed and editable.
ReadOnly The attribute is shown as read-only.
Hidden The attribute is not shown.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeDisplayMode

See Also

© 2010 All Rights Reserved.