CustomDrawEventArgs.Painter Property
Gets the painter object that provides the default element’s painting mechanism.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Utils.Drawing.ObjectPainter | An ObjectPainter descendant providing the default painting mechanism for the painted element. |
Remarks
Use the DefaultDraw() method to draw a UI element with default settings.
See Also