Skip to main content
All docs
V25.2
  • IRibbonColorPalette.ShowNoColorTile Property

    Specifies whether the color palette item shows the No Color tile.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    Boolean false

    true to display the No Color tile; false to hide the tile.

    Remarks

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

    See Also