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

BaseLayoutItem.BindingContext Property

Gets or sets the BindingContext for the item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
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