BaseLayoutItem.BindingContext Property
Gets or sets the BindingContext for the item.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
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