GridBoolColumnEditorValue Property |
Gets or sets the value for each cell in a
GridCheckBoxColumn.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic abstract bool Value { get; set; }
Public MustOverride Property Value As Boolean
Get
Set
public:
virtual property bool Value {
bool get () abstract;
void set (bool value) abstract;
}
abstract Value : bool with get, set
Property Value
Type:
Boolean
See Also