menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizableHandle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizableHandle

    Specifies the dashboard panel’s resize handle position in the SfDashboardLayout component.

    Inheritance
    System.Object
    ResizableHandle
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ResizableHandle : Enum

    Fields

    East

    Specifies east direction.

    Declaration
    public const ResizableHandle East
    Field Value
    Type
    ResizableHandle

    North

    Specifies north direction.

    Declaration
    public const ResizableHandle North
    Field Value
    Type
    ResizableHandle

    NorthEast

    Specifies north-east direction.

    Declaration
    public const ResizableHandle NorthEast
    Field Value
    Type
    ResizableHandle

    NorthWest

    Specifies north-west direction.

    Declaration
    public const ResizableHandle NorthWest
    Field Value
    Type
    ResizableHandle

    South

    Specifies south direction.

    Declaration
    public const ResizableHandle South
    Field Value
    Type
    ResizableHandle

    SouthEast

    Specifies south-east direction.

    Declaration
    public const ResizableHandle SouthEast
    Field Value
    Type
    ResizableHandle

    SouthWest

    Specifies south-west direction.

    Declaration
    public const ResizableHandle SouthWest
    Field Value
    Type
    ResizableHandle

    West

    Specifies west direction.

    Declaration
    public const ResizableHandle West
    Field Value
    Type
    ResizableHandle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved