VerticalGridRow.RecordStyle Property
Gets the style settings used to paint records.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
VerticalGridStyle | A VerticalGridStyle object that contains the style settings used to paint records. |
Remarks
Use the RecordStyle property to specify the appearance of cells within an individual row (a record in the vertical grid). These style settings override the style settings common to all records within the vertical grid (VerticalGridStyles.Record).
See Also