Skip to main content
Tab

FileManagerHighlightStyle Class

Defines style settings for highlighted text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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