Back to Devexpress

TileBarItem Properties

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebaritem-dot-underscore-properties.md

latest19.1 KB
Original Source

TileBarItem Properties

An item, rendered as a tile in the TileBar control.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from TileItem.
AccessibleNameGets or sets the object’s name used by accessibility client applications. Inherited from TileItem.
AccessibleRoleGets or sets the object’s accessible role. Inherited from TileItem.
AllowAnimationThis property is not supported by the TileBarItem class.
AllowGlyphSkinningGets or sets whether glyphs for this TileItem should be painted using the item’s foreground color. Inherited from TileItem.
AllowHtmlTextGets or sets if HTML text formatting is enabled for the current TileItem. Inherited from TileItem.
AllowSelectAnimationGets or sets whether a “press” animation effect on a click is allowed for the TileItem. Inherited from 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. Inherited from TileItem.
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. Inherited from TileItem.
AppearanceItemProvides access to appearance settings used to paint the current TileItem. Inherited from 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. Inherited from TileItem.
BackgroundImageGets or sets the current TileItem‘s background image. Inherited from TileItem.
BackgroundImageAlignmentGets or sets the current TileItem‘s background image position. Inherited from TileItem.
BackgroundImageScaleModeGets or sets the appearance TileItem‘s background image. Inherited from TileItem.
BorderVisibilityGets or sets whether the current TileItem‘s border is visible. Inherited from TileItem.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckedGets or sets if the current TileItem is checked. Inherited from TileItem.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked. Inherited from TileItem.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property. Inherited from TileItem.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContentAnimationThis property is not supported by the TileBarItem class.
ControlGets a tile control to which the current TileItem belongs. Inherited from TileItem.
CurrentFrameThis member is not supported by the TileBarItem class.
CurrentFrameIndexThis property is not supported by the TileBarItem class.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DropDownControlGets or sets a control displayed as a dropdown when you click the item’s dropdown button.
DropDownOptionsProvides options that specify view and behavior settings of dropdown controls associated with the current TileBarItem.
ElementsProvides access to a collection of TileItemElements used by the current TileItem. Inherited from TileItem.
EnabledGets or sets whether the item is enabled. Inherited from TileItem.
EnableItemDoubleClickEventGets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised. Inherited from TileItem.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FrameAnimationIntervalThis property is not supported by the TileBarItem class.
FramesThis member is not supported by the TileBarItem class.
GroupGets a TileGroup that owns the current TileItem. Inherited from TileItem.
IdGet or sets the current TileItem‘s ID. Inherited from TileItem.
ImageGets or sets the current tile item’s icon. Inherited from TileItem.
ImageAlignmentGets or sets the current TileItem‘s icon position. Inherited from TileItem.
ImageIndexGets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph. Inherited from TileItem.
ImageOptionsProvides access to properties that allow you to set up raster and vector images for this TileItem. Inherited from TileItem.
ImagesThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem.
ImageScaleModeGets or sets the way a TileItem‘s glyph is stretched within the item. Inherited from TileItem.
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.

Inherited from TileItem. | | 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. Inherited from TileItem. | | IsLarge | Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. Inherited from TileItem. | | ItemInfo | Gets the info associated with this TileItem. Inherited from TileItem. | | ItemSize | Gets or sets the size of the current item. | | Name | Gets or sets the current TileItem‘s name. Inherited from TileItem. | | OptionsTableLayout | Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. Inherited from TileItem. | | Padding | Gets or sets the padding for the current TileItem. Inherited from TileItem. | | RowCount | Gets or sets the number of rows that occupy the current large or wide TileItem. Inherited from TileItem. | | ShowDropDownButton | Gets or sets whether the dropdown button is visible for the TileBarItem. | | ShowItemShadow | Gets or sets whether a shadow is displayed for the item. | | Site | Gets or sets the site associated with the current TileItem. Inherited from TileItem. | | SuperTip | Gets or sets a SuperToolTip for the current tile item. Inherited from TileItem. | | Tag | Gets or sets the data associated with a TileItem object. Inherited from TileItem. | | Text | Gets or sets the first text block’s content within the current TileItem. Inherited from 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.

Inherited from TileItem. | | Text2Alignment |

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

Inherited from TileItem. | | Text3 |

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

Inherited from TileItem. | | Text3Alignment |

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

Inherited from TileItem. | | Text4 |

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

Inherited from TileItem. | | Text4Alignment |

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

Inherited from TileItem. | | TextAlignment |

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

Inherited from TileItem. | | TextShowMode | This property is not supported by the TileBarItem class. | | Visible | Gets or sets whether the item is visible. Inherited from TileItem. |

See Also

TileBarItem Class

TileBarItem Members

DevExpress.XtraBars.Navigation Namespace