ASPxVerticalGridDataCellEventArgs Properties
Provides data for the ASPxVerticalGrid.HtmlDataCellPrepared event.
Name | Description |
---|---|
Cell | Gets the processed data cell. |
Cell |
Gets the processed cell’s value. |
Key |
Gets the processed record’s key.
Inherited from ASPx |
Row | Gets the record that owns the cell currently being processed. |
Visible |
Gets the processed record’s visible index.
Inherited from ASPx |
See Also