Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerNavigationPaneSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileManagerNavigationPaneSettings

    Defines the navigation pane settings for the filemanager component.

    Inheritance
    System.Object
    SfBaseComponent
    FileManagerNavigationPaneSettings
    Inherited Members
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerNavigationPaneSettings : SfBaseComponent

    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

    OnInitializedAsync()

    Method invoked when the component is ready to start.

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

    Task.

    Overrides
    SfBaseComponent.OnInitializedAsync()

    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 - 2022 Syncfusion Inc. All Rights Reserved