Skip to main content
All docs
V23.2

CustomItemDescriptionAttribute.InsertCommandDescription Property

Gets the tooltip text that is displayed for a custom item’s bar in the Ribbon.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public virtual string InsertCommandDescription { get; }

Property Value

Type Description
String

The tooltip text.

See Also