DXPopupMenu.ShowItemToolTips Property
Gets or sets whether this DXPopupMenu items should display their hints.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool? ShowItemToolTips { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true if these DXPopupMenu items should display their hints; otherwise, false. |
See Also