Skip to main content
A newer version of this page is available. .
Tab

FileManagerFolderStyle.SelectionInactiveStyle Property

Gets the style settings that define the appearance of a selected folder in the inactive state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual FileManagerFolderStateStyle SelectionInactiveStyle { get; }

Property Value

Type Description
FileManagerFolderStateStyle

A FileManagerFolderStateStyle object that contains the style 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 SelectionInactiveStyle property provides access to the style settings, which define the appearance of a selected folder in the inactive state. To access the style settings for the active folder’s state, use the FileManagerFolderStyle.SelectionActiveStyle property.

See Also