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

FileManagerItemStyle.SelectionActiveStyle Property

Gets the style settings that define the appearance of a selected item in the active state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual FileManagerItemStateStyle SelectionActiveStyle { get; }

Property Value

Type Description
FileManagerItemStateStyle

A FileManagerItemStateStyle object that contains the style settings.

Remarks

The SelectionActiveStyle property provides access to the style settings, which define the appearance of a selected item in the active state. You can access the style settings for the inactive item’s state via the FileManagerItemStyle.SelectionInactiveStyle property.

See Also