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

    Specifies whether the drop-down button item should be split into two buttons.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(false)]
    bool SplitDropDownButton { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to split a drop-down item into two buttons; otherwise, false.

    Remarks

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

    See Also