IDropDownBox.DropDownWidthMode Property
In This Article
Specifies the width of the drop-down window.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(DropDownWidthMode.ContentOrEditorWidth)]
DropDownWidthMode DropDownWidthMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Drop |
Content |
Width mode. |
Available values:
Name | Description |
---|---|
Content |
The list displays item text completely. The minimum list width matches the editor. |
Content |
The list width is equal to the width of the longest list item. |
Editor |
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