Back to Devexpress

TileItem Properties

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-dot-underscore-properties.md

latest14.8 KB
Original Source

TileItem Properties

Provides the functionality of tile items.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
AllowAnimationGets or sets whether the Tile Animation is enabled for this TileItem.
AllowGlyphSkinningGets or sets whether glyphs for this TileItem should be painted using the item’s foreground color.
AllowHtmlTextGets or sets if HTML text formatting is enabled for the current TileItem.
AllowSelectAnimationGets or sets whether a “press” animation effect on a click is allowed for the TileItem.
AppearanceProvides access to appearance settings applied to the tile item when it is in a normal state. This property is obsolete. Use the TileItem.AppearanceItem property instead.
AppearanceHoverProvides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the TileItem.AppearanceItem property instead.
AppearanceItemProvides access to appearance settings used to paint the current TileItem.
AppearanceSelectedProvides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the TileItem.AppearanceItem property instead.
BackgroundImageGets or sets the current TileItem‘s background image.
BackgroundImageAlignmentGets or sets the current TileItem‘s background image position.
BackgroundImageScaleModeGets or sets the appearance TileItem‘s background image.
BorderVisibilityGets or sets whether the current TileItem‘s border is visible.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckedGets or sets if the current TileItem is checked.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContentAnimationGets or sets the animation effect used to display all TileItemFrames within the current TileItem.
ControlGets a tile control to which the current TileItem belongs.
CurrentFrameGets a TileItemFrame that is currently displayed within a TileItem.
CurrentFrameIndexGets or sets the currently displayed TileItemFrame‘s index.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
ElementsProvides access to a collection of TileItemElements used by the current TileItem.
EnabledGets or sets whether the item is enabled.
EnableItemDoubleClickEventGets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FrameAnimationIntervalGets or sets a period of time that elapses before one TileItemFrame is changed to another.
FramesGets a collection of frames used by the current TileItem.
GroupGets a TileGroup that owns the current TileItem.
IdGet or sets the current TileItem‘s ID.
ImageGets or sets the current tile item’s icon.
ImageAlignmentGets or sets the current TileItem‘s icon position.
ImageIndexGets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph.
ImageOptionsProvides access to properties that allow you to set up raster and vector images for this TileItem.
ImagesThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ImageScaleModeGets or sets the way a TileItem‘s glyph is stretched within the item.
ImageToTextAlignment

Gets or sets a tile item’s TileItem.Text‘ position relative to the item’s icon. This property is obsolete. Use the TileItemElement.ImageToTextAlignment instead.

| | ImageToTextIndent | Gets or sets the distance between the tile item’s glyph and text when grouped. This property is now obsolete. Use the TileItemElement.ImageToTextIndent property instead. | | IsLarge | Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. | | ItemInfo | Gets the info associated with this TileItem. | | ItemSize | Gets or sets the size of the TileItem. | | Name | Gets or sets the current TileItem‘s name. | | OptionsTableLayout | Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. | | Padding | Gets or sets the padding for the current TileItem. | | RowCount | Gets or sets the number of rows that occupy the current large or wide TileItem. | | Site | Gets or sets the site associated with the current TileItem. | | SuperTip | Gets or sets a SuperToolTip for the current tile item. | | Tag | Gets or sets the data associated with a TileItem object. | | Text | Gets or sets the first text block’s content within the current TileItem. | | Text2 |

Gets or sets the second text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text2Alignment |

Gets or sets the second text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | Text3 |

Gets or sets the third text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text3Alignment |

Gets or sets the third text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | Text4 |

Gets or sets the fourth text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text4Alignment |

Gets or sets the fourth text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | TextAlignment |

Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | TextShowMode | Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed. | | Visible | Gets or sets whether the item is visible. |

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace