menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonItemContext - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonItemContext

    Represents the context of ItemTemplate.

    Inheritance
    System.Object
    RibbonItemContext
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RibbonItemContext : Object
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved