FileManagerStyles.Highlight Property
Gets the style settings that define the appearance of a highlighted text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerHighlightStyle Highlight { get; }
Public ReadOnly Property Highlight As FileManagerHighlightStyle
Property Value
Type | Description |
---|---|
FileManagerHighlightStyle | A FileManagerHighlightStyle object containing style settings. |
Available values:
Name | Description |
---|---|
Wrap | This property is not in effect for the FileManagerHighlightStyle class. |
VerticalAlign | This property is not in effect for the FileManagerHighlightStyle class. |
HorizontalAlign | This property is not in effect for the FileManagerHighlightStyle class. |
BorderBottom | This property is not in effect for the FileManagerHighlightStyle class. |
BorderTop | This property is not in effect for the FileManagerHighlightStyle class. |
BorderRight | This property is not in effect for the FileManagerHighlightStyle class. |
BorderLeft | This property is not in effect for the FileManagerHighlightStyle class. |
Border | This property is not in effect for the FileManagerHighlightStyle class. |
FileManagerHighlightStyle() | Initializes a new instance of the FileManagerHighlightStyle class with default 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.