Skip to main content
All docs
V25.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.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public virtual string InsertCommandDescription { get; }

    Property Value

    Type Description
    String

    The tooltip text.

    See Also