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

FileManagerHighlightStyle Class

Defines style settings for highlighted text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class FileManagerHighlightStyle :
    AppearanceStyleBase

The following members return FileManagerHighlightStyle objects:

Remarks

When you use the filter box, text which meets the filtering condition is highlighted. The FileManagerHighlightStyle class contains settings that define the appearance of highlighted text within the ASPxFileManager control.

An object of the FileManagerHighlightStyle type can be accessed via the FileManagerStyles.Highlight property.

Inheritance

See Also