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 |
|
Remarks
Refer to the SplitDropDownButton property description for more information and examples.
See Also