PowerWEB LiveControls for ASP.NET
NonEditModeBehavior Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveCheckBoxColumn Class : NonEditModeBehavior Property



Gets or sets a value indicating the behavior of the control when not in edit mode.

Syntax

Visual Basic (Declaration) 
Public Property NonEditModeBehavior As NonEditModeBehavior
Visual Basic (Usage)Copy Code
Dim instance As LiveCheckBoxColumn
Dim value As NonEditModeBehavior
 
instance.NonEditModeBehavior = value
 
value = instance.NonEditModeBehavior
C# 
public NonEditModeBehavior NonEditModeBehavior {get; set;}
C++/CLI 
public:
property NonEditModeBehavior NonEditModeBehavior {
   NonEditModeBehavior get();
   void set (    NonEditModeBehavior value);
}

Property Value

One of the NonEditModeBehavior values. The default is DisabledCheckBox.

Exceptions

ExceptionDescription
System.ArgumentExceptionThe specified value is not one of the NonEditModeBehavior values.

Remarks

Use this property to specify the behavior of the LiveCheckBoxColumn when it is not in edit mode. Options include DisabledCheckBox, EnabledCheckBox, and Text.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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