Back to Devexpress

FluentDesignFormContainer.Owner Property

windowsforms-devexpress-dot-xtrabars-dot-fluentdesignsystem-dot-fluentdesignformcontainer.md

latest1.6 KB
Original Source

FluentDesignFormContainer.Owner Property

Returns the FluentDesignForm that owns this FluentDesignFormContainer.

Namespace : DevExpress.XtraBars.FluentDesignSystem

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public FluentDesignForm Owner { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Owner As FluentDesignForm

Property Value

TypeDescription
FluentDesignForm

The FluentDesignForm that owns this FluentDesignFormContainer.

|

See Also

FluentDesignFormContainer Class

FluentDesignFormContainer Members

DevExpress.XtraBars.FluentDesignSystem Namespace