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.v19.2.dll

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