TabControlTabHiddenEventArgs(Int32) Constructor
In This Article
Initializes a new instance of the TabControlTabHiddenEventArgs class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
tab |
Int32 | An integer value that specifies the index of the tab item that has been hidden. This value is assigned to the Tab |
See Also