DropDownEditBaseAdaptivitySettings.Mode Property
Specifies the adaptivity mode for dropdown editors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DropDownEditAdaptivityMode.Off)]
public DropDownEditAdaptivityMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Drop |
Off | One of the Drop |
Available values:
Name | Description |
---|---|
Off | Adaptivity mode is not used. |
On |
Adaptive mode is enabled when the browser window inner width is less than or equal to the value specified by the Drop |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Mode |
---|---|
ASPx |
|
Drop |
|
#Remarks
<dx:ASPxDateEdit runat="server" ID="deCheckIn">
<SettingsAdaptivity Mode="OnWindowInnerWidth" />
<CalendarProperties ShowTodayButton="false" ShowClearButton="false"></CalendarProperties>
</dx:ASPxDateEdit>