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

DXPopupMenu.ShowItemToolTips Property

Gets or sets whether this DXPopupMenu items should display their hints.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public bool? ShowItemToolTips { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, if these DXPopupMenu items should display their hints; otherwise, false.

See Also