A newer version of this page is available.
Switch to the current version.
VerticalGridRow.RecordStyle Property
Gets the style settings used to paint records.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual VerticalGridStyle RecordStyle { get; }
Public Overridable ReadOnly Property RecordStyle As VerticalGridStyle
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
Feedback