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