Back to Devexpress

TabFormControl.TabForm Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrol-fb98d59c.md

latest1.3 KB
Original Source

TabFormControl.TabForm Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public TabForm TabForm { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property TabForm As TabForm

Property Value

TypeDefaultDescription
TabFormnull

The TabForm to which the current TabFormControl belongs.

|

See Also

TabFormControl Class

TabFormControl Members

DevExpress.XtraBars Namespace