Back to Devexpress

Flyout.ContentTemplate Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-flyout.md

latest1.9 KB
Original Source

Flyout.ContentTemplate Property

Gets or sets the data template used to render the content of the Flyout.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public DataTemplate ContentTemplate { get; set; }
vb
Public Property ContentTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that is used to render the content of the Flyout.

|

Remarks

The ContentTemplate property specifies the data template used to render the content of the Flyout. If you want to declare several data templates and apply one of them according to your own logic, use the Flyout.ContentTemplateSelector property.

To specify the content of the Flyout, use the Flyout.Content property.

See Also

Content

ContentTemplateSelector

Flyout Class

Flyout Members

DevExpress.Xpf.WindowsUI Namespace