Skip to main content

FilterControl.ShowToolTips Property

Gets or sets whether to show tooltips for the Filter Control icons. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowToolTips { get; set; }

Property Value

Type Description
Boolean

true to show tooltips for the Filter Control icons; otherwise, false.

Remarks

Use the ShowToolTips property to specify whether to show tooltips when an end-user hovers with the mouse over the add/remove condition, operand type and group commands icons.

See Also