ASPxClientGridViewColumn.name Property
In This Article
Gets the name that uniquely identifies the column.
#Declaration
TypeScript
name: string
#Property Value
Type | Description |
---|---|
string | A string value assigned to the column’s Web |
#Remarks
Use the name property to obtain the value of a column’s WebColumnBase.Name property that uniquely identifies the column.
See Also