Visual Basic (Declaration) | |
---|---|
Public Enum NonEditModeBehavior Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As NonEditModeBehavior |
C# | |
---|---|
public enum NonEditModeBehavior : System.Enum |
C++/CLI | |
---|---|
public enum class NonEditModeBehavior : public System.Enum |
Member | Description |
---|---|
DisabledCheckBox | The check boxes are disabled. |
EnabledCheckBox | The check boxes are enabled. |
Text | The text representation of the cell contents (not a check box). |
This enumeration is used by the LiveCheckBoxColumn.NonEditModeBehavior property.
System.Object
System.ValueType
System.Enum
Dart.LiveControls.NonEditModeBehavior
Target Platforms: Microsoft .NET Framework 2.0