alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved