aspnet-devexpress-dot-web-91500a41.md
Defines style settings for highlighted text.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FileManagerHighlightStyle :
AppearanceStyleBase
Public Class FileManagerHighlightStyle
Inherits AppearanceStyleBase
The following members return FileManagerHighlightStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase FileManagerHighlightStyle
See Also