Skip to main content
All docs
V25.2
  • IRibbonSizeConstraints.DropDownMenuMaxHeight Property

    Limits the maximum height of Ribbon drop-down menus.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    string DropDownMenuMaxHeight { get; set; }

    Property Value

    Type Default Description
    String null

    The height in CSS units.

    Remarks

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

    See Also