Back to Devexpress

BaseRow.StyleName Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-f9099e3e.md

latest1.7 KB
Original Source

BaseRow.StyleName Property

Gets or sets the name of the custom style to be applied to the current row. This property is obsolete, use AppearanceCell instead.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string StyleName { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property StyleName As String

Property Value

TypeDescription
String

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

|

See Also

Appearances

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace