Skip to main content
Tab

FileManagerStyles.Highlight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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 filtering condition is highlighted. To access the style settings of highlighted text, use the Highlight property.

ASPxFileManager - Highlight

See Also