Click or drag to resize
GridCheckBoxColumnEditor Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    Kettic.AspNet.ControlsGridColumnEditorBase
      Kettic.AspNet.ControlsGridBoolColumnEditor
        Kettic.AspNet.ControlsGridCheckBoxColumnEditor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridCheckBoxColumnEditor : GridBoolColumnEditor

The GridCheckBoxColumnEditor type exposes the following members.

Constructors
  NameDescription
Public methodGridCheckBoxColumnEditor
Top
Properties
  NameDescription
Public propertyCheckBoxControl
Provides a reference to the control in the corresponding grid cell of the current GridCheckBoxColumn.
Public propertyCheckBoxStyle
Gets or sets the style defining the appearance of the corresponding check-box.
Public propertyValue
Gets or sets the value for each cell in a GridCheckBoxColumn.
(Overrides GridBoolColumnEditorValue.)
Top
See Also