Class FileManagerDetailsViewSettings
Defines the Details view settings of the FileManager component.
Inheritance
FileManagerDetailsViewSettings
Inherited Members
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileManagerDetailsViewSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
FileManagerDetailsViewSettings()
Declaration
public FileManagerDetailsViewSettings()
Properties
ColumnResizing
If ColumnResizing is set to true, Grid columns can be resized.
Declaration
[Parameter]
public bool ColumnResizing { get; set; }
Property Value
| Type |
|---|
| bool |
Columns
Specifies the customizable details view.
Declaration
[Parameter]
public List<FileManagerColumn> Columns { get; set; }
Property Value
| Type |
|---|
| List<FileManagerColumn> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
Dispose(bool)
Dispose unmanaged resources in the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | Boolean value to dispose the object. |
Overrides
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | Task. |