Skip to main content
A newer version of this page is available. .

TileBarItem Class

A single item in the TileBar control.

Namespace: DevExpress.Xpf.Navigation

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

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TileBarItem class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

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