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

FluentDesignFormContainer.BindingContext Property

Gets or sets the BindingContext for this FluentDesignFormContainer.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override BindingContext BindingContext { get; set; }

Property Value

Type Description
BindingContext

A BindingContext for this FluentDesignFormContainer.

See Also