FileManagerStyles.Highlight Property
In This Article
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 |
---|---|
File |
A File |
#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.
See Also