alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ResizableHandle

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

    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum ResizableHandle

    Fields

    Name Description
    East

    Specifies east direction.

    North

    Specifies north direction.

    NorthEast

    Specifies north-east direction.

    NorthWest

    Specifies north-west direction.

    South

    Specifies south direction.

    SouthEast

    Specifies south-east direction.

    SouthWest

    Specifies south-west direction.

    West

    Specifies west direction.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved