TabControlMultiLineView() Constructor
Initializes a new instance of the TabControlMultiLineView class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Use this constructor to create TabControlMultiLineView objects at runtime. To apply a multiline view to the DXTabControl, assign the TabControlMultiLineView object to the tab control’s DXTabControl.View property.
See Also