VerticalGridRow.RecordStyle Property
In This Article
Gets the style settings used to paint records.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual VerticalGridStyle RecordStyle { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#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