TabForm.TabFormControl Property
In This Article
Gets or sets the TabFormControl integrated with the form.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public TabFormControl TabFormControl { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tab |
null | A Tab |
#Remarks
The TabFormControl property provides access the TabFormControl integrated with the form.
See Also