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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string StyleName { get; set; }
Property Value
Type | Description |
---|---|
String | A string representing the name of the custom style set for the current row. |
See Also