Skip to main content
Bar

BarItemCustomDrawEventArgs Methods

Provides data for the BarManager.CustomDrawItem event.
Name Description
Draw() Draws the related item link entirely with its default appearance.
DrawArrow() Draws a drop-down arrow with its default appearance.
DrawBackground() Draws the default background for the current bar item link.
DrawBorder() Draws a border with its default appearance.
DrawCheckBox() Draws a checkbox with its default appearance for this bar item link.
DrawDropDownBackground() Draws the default background for this bar item link’s drop-down menu.
DrawEditor() Draws a required editor with default appearance settings within this bar item link.
DrawGlyph() Draws the default icon for this bar item link.
DrawHtml(HtmlTemplate, DxHtmlPainterContext, Action<DxHtmlPainterArgs>) Paints the required HTML template inside an element that raised this event. The context parameter allows you to assign an object that transfers mouse events to template elements.
DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>) Paints the required HTML template inside an element that raised this event.
DrawText() Draws the default text for this bar item link.
DrawText(AppearanceObject) Draws the default text with custom appearance settings for this bar item link.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also