Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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