PowerWEB LiveControls for ASP.NET
NonEditModeBehavior Enumeration
See Also  Send comments on this topic.
Dart.LiveControls Namespace : NonEditModeBehavior Enumeration



Enumerates values which describe the behavior of LiveCheckBoxColumn when in non-edit mode.

Syntax

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 

Members

MemberDescription
DisabledCheckBoxThe check boxes are disabled.
EnabledCheckBoxThe check boxes are enabled.
TextThe text representation of the cell contents (not a check box).

Remarks

This enumeration is used by the LiveCheckBoxColumn.NonEditModeBehavior property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.LiveControls.NonEditModeBehavior

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.