Back to Devexpress

FileManagerHighlightStyle Class

aspnet-devexpress-dot-web-91500a41.md

latest2.2 KB
Original Source

FileManagerHighlightStyle Class

Defines style settings for highlighted text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerHighlightStyle :
    AppearanceStyleBase
vb
Public Class FileManagerHighlightStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase FileManagerHighlightStyle

See Also

FileManagerHighlightStyle Members

File Manager

DevExpress.Web Namespace