ASPxClientFileManagerToolbarUpdatingEventArgs.activeAreaName Property
Gets the name of the currently active file manager area.
Declaration
activeAreaName: string
Property Value
Type | Description |
---|---|
string | A string value that identifies the active area. |
Remarks
Use the activeAreaName property to identify the currently active file manager area. The property can return the following values.
- Folders - the folder container is currently active.
- Files - the file container is currently active.
- None - no file manager area is currently active.
See Also