DxRibbonItemBase<TRibbonItemRenderer>.Items Property
For internal use only.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public List<IRibbonItem> Items { get; }
Property Value
Type | Description |
---|---|
List<DevExpress.Blazor.Navigation.Internal.IRibbonItem> | For internal use only. |
See Also