Back to Devexpress

GetCustomRowCellStyleEventArgs.Appearance Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-getcustomrowcellstyleeventargs.md

latest1.6 KB
Original Source

GetCustomRowCellStyleEventArgs.Appearance Property

Gets the appearance settings used to paint the cell currently being processed.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject Appearance { get; set; }
vb
Public Property Appearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the cell.

|

Remarks

Use this property to apply custom appearance settings to individual cells.

See Also

GetCustomRowCellStyleEventArgs Class

GetCustomRowCellStyleEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace