ASPxClientGridView.GetColumnById(columnId) Method
Returns the column with the specified unique identifier.
Declaration
GetColumnById(
columnId: string
): ASPxClientGridViewColumn
Parameters
Name | Type | Description |
---|---|---|
columnId | string | A string value that specifies the column’s unique identifier (the column’s WebColumnBase.Name property value). |
Returns
Type | Description |
---|---|
ASPxClientGridViewColumn | An ASPxClientGridViewColumn object that represents the client column. |
See Also