Back to Devexpress

Flyout.Content Property

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

latest1.6 KB
Original Source

Flyout.Content Property

Gets or sets the content of the Flyout. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Object

An Object that is used to specify the flyout content.

|

Remarks

The Content property specifies the content of the Flyout. You can also use the Flyout.ContentTemplate property or the Flyout.ContentTemplateSelector property to specify how the content is rendered.

See Also

ContentTemplate

ContentTemplateSelector

Flyout Class

Flyout Members

DevExpress.Xpf.WindowsUI Namespace