Back to Devexpress

TabFormControlBase.UsePageBindingContext Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-8f80998e.md

latest1.8 KB
Original Source

TabFormControlBase.UsePageBindingContext Property

Gets or sets whether data-bound controls use the page’s BindingContext, or the form’s BindingContext.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean UsePageBindingContext { get; set; }
vb
<Browsable(False)>
<DefaultValue(DefaultBoolean.Default)>
Public Property UsePageBindingContext As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

True of Deafult if controls use the page’s BindingContext; False if controls use the form’s BindingContext.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace