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

FileManagerStyles.Highlight Property

Gets the style settings that define the appearance of a highlighted text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerHighlightStyle Highlight { get; }

Property Value

Type Description
FileManagerHighlightStyle

A FileManagerHighlightStyle object containing style settings.

Remarks

When you use the filter box, the text meeting the filtration condition is highlighted. To access the style settings of highlighted text, use the Highlight property.

ASPxFileManager - Highlight

See Also