Back to Devexpress

IRibbonItem.SplitDropDownButton Property

blazor-devexpress-dot-blazor-dot-ribbon-dot-iribbonitem.md

latest1.0 KB
Original Source

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

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

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

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

See Also

IRibbonItem Interface

IRibbonItem Members

DevExpress.Blazor.Ribbon Namespace