Back to Devexpress

TileBarItem Members

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

latest31.2 KB
Original Source

TileBarItem Members

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

Constructors

NameDescription
TileBarItem()Initializes a new instance of the TileBarItem class.

Properties

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. |

Methods

NameDescription
BindCommand(Expression<Action>, Object, Func<Object>)Uses the command selector to find an appropriate parameterized command in the source and bind it to this TileItem. Inherited from TileItem.
BindCommand(Object, Func<Object>)Binds the specific parameterized command to this TileItem. Inherited from TileItem.
BindCommand<T>(Expression<Action<T>>, Object, Func<T>)Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this TileItem. Inherited from TileItem.
CreateObjRef(Type)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose()Releases all resources used by the Component. Inherited from Component.
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.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
NextFrame()This member is not supported by the TileBarItem class.
OnItemClick()Raises the TileItem.ItemClick event.
OnItemPreDoubleClick()This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem.
OnItemPress()Called automatically each time an end-user presses this TileItem. Inherited from TileItem.
OnRightItemClick()Called automatically each time an end-user right clicks this TileItem. Inherited from TileItem.
PerformItemClick()Raises the TileItem.ItemClick event. Inherited from TileItem.
PerformRightItemClick()Raises the TileItem.RightItemClick event. Inherited from TileItem.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ResetSuperTip()Removes the SuperToolTip object assigned to the current tile item. Inherited from TileItem.
SetContent(TileItemFrame, Boolean)Forces the current tile item to display a specific TileItemFrame. Inherited from TileItem.
ShowDropDown()Shows a dropdown window for the TileBarItem.
StartAnimation()Starts the frame animation for this TileItem from its first frame. Inherited from TileItem.
StartContentAnimation()This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TileItem.
StopAnimation()Stops the Tile Frame Animation for the current TileItem. Inherited from TileItem.
ToString()Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.

Events

NameDescription
CheckedChangedFires after the current TileItem‘s check state was changed. Inherited from TileItem.
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed. Inherited from TileItem.
CommandChangedOccurs after the value of the Command property has changed. Inherited from TileItem.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed. Inherited from TileItem.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClickFires when a user clicks the current tile. Inherited from TileItem.
ItemDoubleClickOccurs when an end-user double-clicks the current TileItem. Inherited from TileItem.
ItemPressFires when a user presses the current tile. Inherited from TileItem.
RightItemClickFires after the current TileItem was clicked with the right mouse button. Inherited from TileItem.

See Also

TileBarItem Class

DevExpress.XtraBars.Navigation Namespace