constructor(column) Constructor
In This Article
Initializes a new instance of the ASPxClientTreeListBatchEditTemplateCellFocusedEventArgs class.
#Declaration
TypeScript
constructor(
column: ASPxClientTreeListColumn
)
#Parameters
Name | Type | Description |
---|---|---|
column | ASPx |
An ASPx |
See Also