Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

VerticalGridCategoryRow.RecordStyle Property

Gets the style settings used to paint the record.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridStyle RecordStyle { get; }

Property Value

Type Description
VerticalGridStyle

A VerticalGridStyle object that contains the style settings used to paint the record.

Remarks

Use the RecordStyle property to specify the record’s appearance. These style settings override the style settings common to all records within a Vertical Grid (VerticalGridStyles.Record).

See Also