FileManagerViewsSettingsBuilder
Methods
Grid(System.Action)
Configures the built-in grid view - accepts kendoGrid options
Parameters
configurator - System.Action<FileManagerViewsGridSettingsBuilder>
The configurator for the grid setting.
RETURNS
Returns the current instance of FileManagerViewsSettingsBuilder .
Tree(System.Action)
Configures the built-in tree view - accepts kendoTreeView options
Parameters
configurator - System.Action<FileManagerViewsTreeSettingsBuilder>
The configurator for the tree setting.
RETURNS
Returns the current instance of FileManagerViewsSettingsBuilder .
List(System.Action)
Configures the built-in list view (thumbnails) - accepts kendoListView options
Parameters
configurator - System.Action<FileManagerViewsListSettingsBuilder>
The configurator for the list setting.
RETURNS
Returns the current instance of FileManagerViewsSettingsBuilder .