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