Skip to main content
All docs
V25.2
  • IRibbonItem.DropDownCssClass Property

    Assigns a CSS class to the Ribbon item’s drop-down menu.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    string DropDownCssClass { get; set; }

    Property Value

    Type Default Description
    String null

    CSS class names delimited by spaces.

    Remarks

    Refer to the DropDownCssClass property description for more information and examples.

    See Also