FileManagerItemStyle.SelectionInactiveStyle Property
In This Article
Gets the style settings that define the appearance of a selected item in the inactive state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual FileManagerItemStateStyle SelectionInactiveStyle { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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