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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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