Skip to main content
All docs
V25.2
  • IRibbonItem.IsPrimary Property

    Highlights the Ribbon item.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(false)]
    bool IsPrimary { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to highlight an item; otherwise, false.

    Remarks

    Refer to the IsPrimary property description for more information and examples.

    See Also