Skip to main content
A newer version of this page is available. .
Tab

VerticalGridRow.RecordStyle Property

Gets the style settings used to paint records.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual VerticalGridStyle RecordStyle { get; }

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