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

TabFormControl.TabForm Property

Gets or sets the TabForm to which the current TabFormControl belongs.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
public TabForm TabForm { get; set; }

Property Value

Type Default Description
TabForm null

The TabForm to which the current TabFormControl belongs.

See Also