TileViewItemCustomDrawEventArgs Members
Contains data for the CustomDrawTile event.Constructors
Name | Description |
---|---|
TileViewItemCustomDrawEventArgs(TileControlInfoArgs, TileViewItemInfo) | Initializes a new instance of the TileViewItemCustomDrawEventArgs class with specified settings. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
Appearance | Gets appearance settings for the painted tile. Inherited from TileCustomDrawEventArgs. |
Bounds | Gets or sets tile bounds. Inherited from TileCustomDrawEventArgs. |
Cache | Gets an object that stores the most used pens, fonts, and brushes. Inherited from TileCustomDrawEventArgs. |
DefaultSelectionBounds | Gets the default bounds of the selection rectangle. Inherited from TileCustomDrawEventArgs. |
DefaultSelectionColor | Gets the default color of the selection rectangle. Inherited from TileCustomDrawEventArgs. |
DefaultSelectionWidth | Gets the default thickness of the selection rectangle. Inherited from TileCustomDrawEventArgs. |
DrawingProcess | Gets the stage of the drawing process. |
Handled | Gets or sets whether to skip the default painting. Inherited from TileCustomDrawEventArgs. |
IsDisabled | Gets the disabled state of the processed tile. Inherited from TileCustomDrawEventArgs. |
IsFocused | Gets the focused state of the processed tile. |
IsHovered | Gets the hovered state of the processed tile. Inherited from TileCustomDrawEventArgs. |
IsSelected | Gets the selection state of the processed tile. Inherited from TileCustomDrawEventArgs. |
Item | Gets the processed tile. |
RowHandle | Gets the row handle of the processed tile. |
ShouldDrawBackground | Gets whether the tile should display a background. Inherited from TileCustomDrawEventArgs. |
ShouldDrawBorder | Gets whether the tile should display a border. Inherited from TileCustomDrawEventArgs. |
ShouldDrawCheckMark | Gets whether the tile should display a check mark. Inherited from TileCustomDrawEventArgs. |
ShouldDrawContent | Gets whether the tile should display content. Inherited from TileCustomDrawEventArgs. |
ShouldDrawDisabledOverlay | Gets whether the tile should display a disabled overlay. Inherited from TileCustomDrawEventArgs. |
ShouldDrawHoveredOverlay | Gets whether the tile should display a hovered overlay. Inherited from TileCustomDrawEventArgs. |
TileViewEmptySpaceBackColor | Gets the Tile View background. |
Methods
Name | Description |
---|---|
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) 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