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.v20.2.dll
Declaration
public virtual FileManagerItemStateStyle SelectionInactiveStyle { get; }
Public Overridable ReadOnly Property SelectionInactiveStyle As FileManagerItemStateStyle
Property Value
Type | Description |
---|---|
FileManagerItemStateStyle | A FileManagerItemStateStyle object that contains the style settings. |
Available values:
Name | Description |
---|---|
FileManagerItemStateStyle() | Initializes a new instance of the FileManagerItemStateStyle class with default 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
Feedback