Class FileManagerNavigationPaneSettings
Defines the navigation pane settings for the filemanager component.
Inheritance
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileManagerNavigationPaneSettings : OwningComponentBase
Constructors
FileManagerNavigationPaneSettings()
Declaration
public FileManagerNavigationPaneSettings()
Properties
MaxWidth
Gets or sets the maximum width of navigation pane.
Declaration
public string MaxWidth { get; set; }
Property Value
| Type |
|---|
| System.String |
MinWidth
Gets or sets the minimum width of navigation pane.
Declaration
public string MinWidth { get; set; }
Property Value
| Type |
|---|
| 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
Gets or sets a boolean value to enable or disable the visibility of the navigation pane.
Declaration
public bool Visible { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
Dispose(Boolean)
Dispose unmanaged resources in the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | Boolean value to dispose the object. |
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. |