GridCheckBoxColumnEditorCheckBoxControl Property |
Provides a reference to the control in the corresponding grid cell of the current
GridCheckBoxColumn.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic CheckBox CheckBoxControl { get; }
Public ReadOnly Property CheckBoxControl As CheckBox
Get
public:
property CheckBox^ CheckBoxControl {
CheckBox^ get ();
}
member CheckBoxControl : CheckBox with get
Property Value
Type:
CheckBox
See Also