Skip to main content
All docs
V26.1
  • 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.v26.1.Core.dll

    Declaration

    public virtual string InsertCommandDescription { get; }

    Property Value

    Type Description
    String

    The tooltip text.

    See Also