Class RibbonItemContext
Represents the context of ItemTemplate.
Inherited Members
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public class RibbonItemContext
Remarks
This context provides sizing information for ribbon items to help with rendering and layout decisions.
Constructors
RibbonItemContext()
Declaration
public RibbonItemContext()
Properties
ActiveSize
Gets or sets the active size of the ribbon item.
Declaration
public RibbonItemSize ActiveSize { get; set; }
Property Value
| Type | Description |
|---|---|
| RibbonItemSize | A RibbonItemSize value that represents the active size of the Ribbon item. The value can be Large, Medium, or Small. |
Remarks
Use this property to determine the size setting of a ribbon item, influencing its display and layout.