Class CloseButtonType
Represents the close button type for DocumentTabControl
Inheritance
System.Object
CloseButtonType
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
public sealed class CloseButtonType : Enum
Fields
Both
Set Both as the close button type
Declaration
public const CloseButtonType Both
Field Value
Type |
---|
CloseButtonType |
Common
Set common as the close button type
Declaration
public const CloseButtonType Common
Field Value
Type |
---|
CloseButtonType |
Extended
Set Extended as the close button type
Declaration
public const CloseButtonType Extended
Field Value
Type |
---|
CloseButtonType |
Hide
Set Hide as the close button type
Declaration
public const CloseButtonType Hide
Field Value
Type |
---|
CloseButtonType |
Individual
Set as Individual as the close button type
Declaration
public const CloseButtonType Individual
Field Value
Type |
---|
CloseButtonType |
IndividualOnMouseOver
Set IndividualOnMouseOver as the close button type
Declaration
public const CloseButtonType IndividualOnMouseOver
Field Value
Type |
---|
CloseButtonType |