Skip to main content

BaseLayoutItem.BindingContext Property

Gets or sets the BindingContext for the item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual BindingContext BindingContext { get; set; }

Property Value

Type Description
BindingContext

A BindingContext for the item.

Remarks

See the BindingContext Class topic in MSDN to learn more.

See Also