Class DocumentTabPanel
Represents a panel for displaying the Syncfusion.UI.Xaml.Controls.Navigation.DocumentTabItem elements.
Inheritance
System.Object
DocumentTabPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DocumentTabPanel : Panel, IDisposable
Constructors
DocumentTabPanel()
Initializes a new instance of the DocumentTabPanel class.
Declaration
public DocumentTabPanel()
Methods
ArrangeOverride(Size)
Called to arrange and size tabs of a TabControlExt object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The computed size that is used to arrange tabs. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size of the control. |
Dispose()
Disposes the control while unloading.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |
Implements
System.IDisposable