Back to Devexpress

TileViewItemCustomDrawEventArgs Members

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

latest11.1 KB
Original Source

TileViewItemCustomDrawEventArgs Members

Contains data for the CustomDrawTile event.

Constructors

NameDescription
TileViewItemCustomDrawEventArgs(TileControlInfoArgs, TileViewItemInfo)Initializes a new instance of the TileViewItemCustomDrawEventArgs class with specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

NameDescription
DefaultDraw()Draws the processed tile element in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawBackground()Draws the tile background in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawBorder()Draws the tile border in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawCheckMark()Draws the tile check mark in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawContent()Draws tile content in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawDisabledOverlay()Draws the overlay for the disabled state in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawHoveredOverlay()Draws the overlay for the hovered state in its default appearance. Inherited from TileCustomDrawEventArgs.
DrawHtml(HtmlTemplate, DxHtmlPainterContext, Action<DxHtmlPainterArgs>)Paints the specified HTML template inside the processed tile element. The context parameter allows you to assign an object that transfers mouse events to template elements. Inherited from TileCustomDrawEventArgs.
DrawHtml(HtmlTemplate, Action<DxHtmlPainterArgs>)Paints the specified HTML template inside the processed tile element. Inherited from TileCustomDrawEventArgs.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

TileViewItemCustomDrawEventArgs Class

DevExpress.XtraGrid.Views.Tile Namespace