FileManagerFileStyle.SelectionActiveStyle Property
In This Article
Gets the style settings that define the appearance of a selected file in the active state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual FileManagerFileStateStyle SelectionActiveStyle { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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 SelectionActiveStyle property provides access to the style settings, which define the appearance of a selected file in active state. To access the style settings for the inactive file’s state use the FileManagerFileStyle.SelectionInactiveStyle property.
See Also