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

TileView.PaintStyleName Property

An override for the base BaseView.PaintStyleName method. Paint styles are not supported for the TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override string PaintStyleName { get; set; }

Property Value

Type
String
See Also