Class DoubleClickAction
Specifies whether the NativeFloatWindow can be maximized or moved to dock state while double clicking on header.
Inheritance
System.Object
DoubleClickAction
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class DoubleClickAction : Enum
Fields
DockOrFloat
Move NativeFloatWindow to dock state while double clicking on header.
Declaration
public const DoubleClickAction DockOrFloat
Field Value
Type |
---|
DoubleClickAction |
MaximizeOrRestore
Move NativeFloatWindow to maximized or restored window state while double clicking on header.
Declaration
public const DoubleClickAction MaximizeOrRestore
Field Value
Type |
---|
DoubleClickAction |