Skip to main content
A newer version of this page is available. .
Tab

FileManagerFileStyle.FocusedStyle Property

Gets the style settings which define the file‘s appearance in the focused state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual FileManagerFileStateStyle FocusedStyle { get; }

Property Value

Type Description
FileManagerFileStateStyle

A FileManagerFileStateStyle object that contains the focused style settings.

See Also