Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileBarItem Class

A single item in the TileBar control.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public class TileBarItem :
    TileSelectorItem,
    IContentSelectorItem,
    ISelectorItem,
    IDisposable

#Remarks

The TileBarItem represents a tile in the TileBar control. Tiles can be of different widths. Use the TileBarItem.Size property to specify the item size.

A tile can be associated with a dropdown control via the TileBarItem.FlyoutContent property.

#Inheritance

Show 15 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
DevExpress.Xpf.WindowsUI.Base.veContentControlBase
DevExpress.Xpf.WindowsUI.Base.veContentControl
DevExpress.Xpf.WindowsUI.Base.veContentContainer
DevExpress.Xpf.Controls.Primitives.ClickableBase
DevExpress.Xpf.Navigation.TileBase
DevExpress.Xpf.Navigation.TileSelectorItem
TileBarItem
See Also