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

FileManagerFileStyle.SelectionInactiveStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual FileManagerFileStateStyle SelectionInactiveStyle { get; }

Property Value

Type Description
FileManagerFileStateStyle

A FileManagerFileStateStyle object that contains the style settings.

Remarks

The selected file within the ASPxFileManager can be in active (when the file container is active) and inactive (when the folder container is active) state. The SelectionInactiveStyle property provides access to the style settings, which define the appearance of a selected file in inactive state. To access the style settings for the active file’s state use the FileManagerFileStyle.SelectionActiveStyle property.

See Also