Class FileManagerToolbarSettings
Defines the toolbar settings for the filemanager component.
Inheritance
System.Object
FileManagerToolbarSettings
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileManagerToolbarSettings : OwningComponentBase
Constructors
FileManagerToolbarSettings()
Declaration
public FileManagerToolbarSettings()
Properties
Items
An array of string or object that is used to configure the toolbar items.
Declaration
public string[] Items { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Visible
Enables or disables the visibility of toolbar in the file manager component.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
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. |