Back to Devexpress

TileBarItem.FlyoutContent Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebaritem.md

latest2.0 KB
Original Source

TileBarItem.FlyoutContent Property

Gets or sets the content for the flyout invoked with the current item. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object FlyoutContent { get; set; }
vb
Public Property FlyoutContent As Object

Property Value

TypeDescription
Object

An Object that represents the content for the flyout.

|

Remarks

The TileBarItem can be associated with a dropdown control via the FlyoutContent property. In this case, the tile displays a dropdown button used to invoke the dropdown control. You can assign any control to the FlyoutContent property, including another TileBar control. In this case, when you click an item’s dropdown button, another TileBar is displayed in the dropdown window.

You can also use the TileBarItem.FlyoutContentTemplate and TileBarItem.FlyoutContentTemplateSelector properties for templating flyout content.

See Also

FlyoutContentTemplate

FlyoutContentTemplateSelector

TileBarItem Class

TileBarItem Members

DevExpress.Xpf.Navigation Namespace