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