FluentDesignFormControl.FluentDesignForm Property
Gets or sets the FluentDesignForm that owns this FluentDesignFormControl.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(null)]
public FluentDesignForm FluentDesignForm { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FluentDesignForm | null | The FluentDesignForm that owns this FluentDesignFormControl. |
See Also