CustomDrawEventArgs.Painter Property
In This Article
Gets the painter object that provides the default element’s painting mechanism.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An Object |
#Remarks
Use the DefaultDraw() method to draw a UI element with default settings.
See Also