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

BaseRow.StyleName Property

Gets or sets the name of the custom style to be applied to the current row.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public string StyleName { get; set; }

Property Value

Type Description
String

A string representing the name of the custom style set for the current row.

Remarks

This member is obsolete. Use the BaseRow.Appearance property instead.

See Also