DxRibbon.AdaptivityAutoCollapseItemsToGroups Property
Specifies whether the Ribbon collapses its items into groups when component width changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(true)]
[Parameter]
public bool AdaptivityAutoCollapseItemsToGroups { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
See Also