Skip to main content
Tab

FileManagerItemStyle.SelectionInactiveStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual FileManagerItemStateStyle SelectionInactiveStyle { get; }

Property Value

Type Description
FileManagerItemStateStyle

A FileManagerItemStateStyle object that contains the style settings.

Remarks

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

See Also