Back to Devexpress

TileViewItemCustomDrawEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemcustomdraweventargs-dot-underscore-properties.md

latest5.5 KB
Original Source

TileViewItemCustomDrawEventArgs Properties

Contains data for the CustomDrawTile event.

NameDescription
AppearanceGets appearance settings for the painted tile. Inherited from TileCustomDrawEventArgs.
BoundsGets or sets tile bounds. Inherited from TileCustomDrawEventArgs.
CacheGets an object that stores the most used pens, fonts, and brushes. Inherited from TileCustomDrawEventArgs.
DefaultSelectionBoundsGets the default bounds of the selection rectangle. Inherited from TileCustomDrawEventArgs.
DefaultSelectionColorGets the default color of the selection rectangle. Inherited from TileCustomDrawEventArgs.
DefaultSelectionWidthGets the default thickness of the selection rectangle. Inherited from TileCustomDrawEventArgs.
DrawingProcessGets the stage of the drawing process.
HandledGets or sets whether to skip the default painting. Inherited from TileCustomDrawEventArgs.
IsDisabledGets the disabled state of the processed tile. Inherited from TileCustomDrawEventArgs.
IsFocusedGets the focused state of the processed tile.
IsHoveredGets the hovered state of the processed tile. Inherited from TileCustomDrawEventArgs.
IsSelectedGets the selection state of the processed tile. Inherited from TileCustomDrawEventArgs.
ItemGets the processed tile.
RowHandleGets the row handle of the processed tile.
ShouldDrawBackgroundGets whether the tile should display a background. Inherited from TileCustomDrawEventArgs.
ShouldDrawBorderGets whether the tile should display a border. Inherited from TileCustomDrawEventArgs.
ShouldDrawCheckMarkGets whether the tile should display a check mark. Inherited from TileCustomDrawEventArgs.
ShouldDrawContentGets whether the tile should display content. Inherited from TileCustomDrawEventArgs.
ShouldDrawDisabledOverlayGets whether the tile should display a disabled overlay. Inherited from TileCustomDrawEventArgs.
ShouldDrawHoveredOverlayGets whether the tile should display a hovered overlay. Inherited from TileCustomDrawEventArgs.
TileViewEmptySpaceBackColorGets the Tile View background.

See Also

TileViewItemCustomDrawEventArgs Class

TileViewItemCustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace