constructor(column) Constructor
Initializes a new instance of the ASPxClientTreeListBatchEditTemplateCellFocusedEventArgs class.
Declaration
constructor(
column: ASPxClientTreeListColumn
)
Parameters
Name | Type | Description |
---|---|---|
column | ASPxClientTreeListColumn | An ASPxClientTreeListColumn object specifying the column. |
See Also