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