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.v24.2.dll
Declaration
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