FileManagerStyles.Highlight Property
Gets the style settings that define the appearance of a highlighted text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
FileManagerHighlightStyle | A FileManagerHighlightStyle object containing style settings. |
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