Table of Contents

Class GridColCheckBox

Namespace
Sage.CRM.Controls
Assembly
SageCRMNet.dll

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 string

Field Name.

Properties

OnClickScript

Gets or Sets the Javascript to be executed.

public string OnClickScript { get; set; }

Property Value

string

ReadOnly

Gets or Sets the column to Read Only.

public bool ReadOnly { get; set; }

Property Value

bool