FluentDesignFormContainer.Owner Property
Returns the FluentDesignForm that owns this FluentDesignFormContainer.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DXCategory("Properties")]
public FluentDesignForm Owner { get; }
<DXCategory("Properties")>
Public ReadOnly Property Owner As FluentDesignForm
Property Value
Type | Description |
---|---|
FluentDesignForm | The FluentDesignForm that owns this FluentDesignFormContainer. |
See Also
Feedback