Blazor

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

    Show / Hide Table of Contents

    Class FileManagerNavigationPaneSettings

    Defines the navigation pane settings for the filemanager component.

    Inheritance
    System.Object
    FileManagerNavigationPaneSettings
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerNavigationPaneSettings : OwningComponentBase

    Constructors

    FileManagerNavigationPaneSettings()

    Declaration
    public FileManagerNavigationPaneSettings()

    Properties

    MaxWidth

    Specifies the maximum width of navigation pane.

    Declaration
    public string MaxWidth { get; set; }
    Property Value
    Type Description
    System.String

    MinWidth

    Specifies the minimum width of navigation pane.

    Declaration
    public string MinWidth { get; set; }
    Property Value
    Type Description
    System.String

    SortOrder

    Gets or sets a value that indicates how to sort the folders in the navigation pane of the file manager component.

    Declaration
    public SortOrder SortOrder { get; set; }
    Property Value
    Type Description
    SortOrder

    One of the SortOrder enumeration. The default value is Ascending

    Remarks

    If the SortOrder is Ascending, the folders are sorted in ascending order. If the SortOrder is Descending, the folders are sorted in descending order. If the SortOrder is None, the folders are not sorted.

    Visible

    Enables or disables the visibility of the navigation pane.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    Task.

    OnParametersSetAsync()

    Method invoked when any changes in component state occurs.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    Task.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved