ASPxDropDownEdit.DropDownWindowWidth Property
Gets or sets the width of the editor’s drop down window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit value representing the drop down window‘s width. |
Remarks
This property is a wrapper of the DropDownEditProperties.DropDownWindowWidth property.
See Also