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

TabForm.TabFormControl Property

Gets or sets the TabFormControl integrated with the form.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

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

Property Value

Type Default Description
TabFormControl null

A TabFormControl integrated with the form.

Remarks

The TabFormControl property provides access the TabFormControl integrated with the form.

See Also