Skip to main content
All docs
V25.2
  • IRibbonComboBox<TData, TValue>.Width Property

    Specifies the ribbon combo box item width.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue("auto")]
    string Width { get; set; }

    Property Value

    Type Default Description
    String "auto"

    The width, in CSS units.

    Remarks

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

    See Also