GridBoolColumnEditor Class |
This is a base class for all column editors for GridCheckBoxColumn.
Inheritance Hierarchy
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic abstract class GridBoolColumnEditor : GridColumnEditorBase
Public MustInherit Class GridBoolColumnEditor
Inherits GridColumnEditorBase
public ref class GridBoolColumnEditor abstract : public GridColumnEditorBase
[<AbstractClassAttribute>]
type GridBoolColumnEditor =
class
inherit GridColumnEditorBase
end
The GridBoolColumnEditor type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Value |
Gets or sets the value for each cell in a
GridCheckBoxColumn.
|
Top
See Also