Class GridColCheckBox
Provides capability to specify a CheckBox Column to be added to List Grid.
public class GridColCheckBox : GridCol
- Inheritance
-
GridColCheckBox
- Inherited Members
Constructors
GridColCheckBox(string)
Initializes a new instance of GridColCheckBox.
public GridColCheckBox(string fieldName)
Parameters
fieldName
stringField Name.
Properties
OnClickScript
Gets or Sets the Javascript to be executed.
public string OnClickScript { get; set; }
Property Value
ReadOnly
Gets or Sets the column to Read Only.
public bool ReadOnly { get; set; }