DxRibbon.AdaptivityAutoCollapseItemsToIcons Property
Specifies whether the Ribbon hides item text and displays only icons when component width changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(true)]
[Parameter]
public bool AdaptivityAutoCollapseItemsToIcons { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
When Ribbon size changes, the component hides item text and displays only icons. Set the AdaptivityAutoCollapseItemsToIcons
property to false
to disable this behavior.
See Also