Back to Devexpress

BaseLayoutItem.BindingContext Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-c6a14ce2.md

latest1.3 KB
Original Source

BaseLayoutItem.BindingContext Property

Gets or sets the BindingContext for the item.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual BindingContext BindingContext { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Overridable Property BindingContext As BindingContext

Property Value

TypeDescription
BindingContext

A BindingContext for the item.

|

Remarks

See the BindingContext Class topic in MSDN to learn more.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace