Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileCustomDrawEventArgs Properties

A base class with arguments for events that draw tiles.
Name Description
Appearance Gets appearance settings for the painted tile.
Bounds Gets or sets tile bounds.
Cache Gets an object that stores the most used pens, fonts, and brushes.
DefaultSelectionBounds Gets the default bounds of the selection rectangle.
DefaultSelectionColor Gets the default color of the selection rectangle.
DefaultSelectionWidth Gets the default thickness of the selection rectangle.
Handled Gets or sets whether to skip the default painting.
IsDisabled Gets the disabled state of the processed tile.
IsHovered Gets the hovered state of the processed tile.
IsSelected Gets the selection state of the processed tile.
Item Gets the processed tile.
ShouldDrawBackground Gets whether the tile should display a background.
ShouldDrawBorder Gets whether the tile should display a border.
ShouldDrawCheckMark Gets whether the tile should display a check mark.
ShouldDrawContent Gets whether the tile should display content.
ShouldDrawDisabledOverlay Gets whether the tile should display a disabled overlay.
ShouldDrawHoveredOverlay Gets whether the tile should display a hovered overlay.
See Also