FileManagerFolderStyle.SelectionActiveStyle Property
Gets the style settings that define the appearance of a selected folder in the active state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual FileManagerFolderStateStyle SelectionActiveStyle { get; }
Public Overridable ReadOnly Property SelectionActiveStyle As FileManagerFolderStateStyle
Property Value
Type | Description |
---|---|
FileManagerFolderStateStyle | A FileManagerFolderStateStyle object that contains the style settings. |
Available values:
Name | Description |
---|---|
FileManagerFolderStateStyle() | Initializes a new instance of the FileManagerFolderStateStyle class with default settings. |
Remarks
The selected folder within the ASPxFileManager can be in active (when the folder container is active) and inactive (when the file container is active) state. The SelectionActiveStyle property provides access to the style settings, which define the appearance of a selected folder in active state. To access the style settings for the inactive folder's state use the FileManagerFolderStyle.SelectionInactiveStyle property.