Back to Devexpress

BaseView.PaintStyleName Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-e97be7d6.md

latest1.5 KB
Original Source

BaseView.PaintStyleName Property

This member is not supported.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue("Default")]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual string PaintStyleName { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue("Default")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property PaintStyleName As String

Property Value

TypeDefaultDescription
String"Default"

A String value specifying the name of the paint style applied to the current View.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace