Skip to main content

FluentDesignFormContainer.BindingContext Property

Gets or sets the BindingContext for this FluentDesignFormContainer.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override BindingContext BindingContext { get; set; }

Property Value

Type Description
BindingContext

A BindingContext for this FluentDesignFormContainer.

See Also