FluentDesignFormControl.FluentDesignForm Property
Gets or sets the FluentDesignForm that owns this FluentDesignFormControl.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v24.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