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

CustomDrawEventArgs Properties

Serves as a base for classes providing data for all events used to custom paint the elements of the VGridControlBase descendants.
Name Description
Appearance Gets the painted element’s appearance settings.
Bounds Gets a value specifying limits for the drawing area.
Cache Gets an object which specifies the storage for the most used pens, fonts and brushes.
Graphics Gets an object used to paint.
Handled Gets or sets a value specifying whether an event was handled, if handled, default actions are not required.
IsRightToLeft Gets a value indicating whether the VGridControl‘s elements are aligned to support locales using right-to-left fonts.
ObjectArgs Gets an object containing information about the painted element.
Painter Gets the painter object that provides the default element’s painting mechanism.
See Also