Skip to main content
All docs
V25.1
  • IDropDownListEditorBase<TData, TValue>.DropDownWidthMode Property

    Specifies the width of the drop-down list.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(DropDownWidthMode.ContentOrEditorWidth)]
    DropDownWidthMode DropDownWidthMode { get; set; }

    Property Value

    Type Default Description
    DropDownWidthMode ContentOrEditorWidth

    A DropDownWidthMode enumeration value.

    Available values:

    Name Description
    ContentOrEditorWidth

    The list displays item text completely. The minimum list width matches the editor.

    ContentWidth

    The list width is equal to the width of the longest list item.

    EditorWidth

    The list width matches the editor. List items are cut if they do not fit.

    Remarks

    Refer to the DropDownWidthMode property description for more information and an example.

    See Also