Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RevealHighlightOptions Class

Provides access to the Reveal effect options.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v24.2.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public static class RevealHighlightOptions

#Remarks

You can add the Reveal effect to WPF control templates. To add the Hover Reveal effect and/or Border Reveal effect, use the Mode property. See the XAML snippet below.

 <Border dxwui:RevealHighlightOptions.Mode="BackgroundAndBorder"
    dxwui:RevealHighlightOptions.BackgroundColor="{TemplateBinding Background}"
    dxwui:RevealHighlightOptions.BorderColor="{TemplateBinding BorderBrush}"
    dxwui:RevealHighlightOptions.BorderThickness="{TemplateBinding BorderThickness}" />

#Inheritance

Object
RevealHighlightOptions
See Also