Back to Devexpress

VerticalGridRow.RecordStyle Property

aspnet-devexpress-dot-web-dot-verticalgridrow-aa988c92.md

latest1.5 KB
Original Source

VerticalGridRow.RecordStyle Property

Gets the style settings used to paint records.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual VerticalGridStyle RecordStyle { get; }
vb
Public Overridable ReadOnly Property RecordStyle As VerticalGridStyle

Property Value

TypeDescription
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

Vertical Grid

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace