Gets or sets a value indicating whether the check boxes automatically post back to the server when checked.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AutoPostback As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LiveCheckBoxColumn
Dim value As Boolean
instance.AutoPostback = value
value = instance.AutoPostback |
C# | |
---|
public bool AutoPostback {get; set;} |
C++/CLI | |
---|
public:
property bool AutoPostback {
bool get();
void set ( bool value);
} |
Property Value
true to automatically post to the server; otherwise,
false. The default is
true.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also