Skip to main content
A newer version of this page is available. .

FluentDesignFormControl.FluentDesignForm Property

Gets or sets the FluentDesignForm that owns this FluentDesignFormControl.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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