GridEditFormPopupControlAdaptivitySettings.Mode Property
Specifies the adaptivity mode for the grid's popup edit form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(PopupControlAdaptivityMode.Off)]
public PopupControlAdaptivityMode Mode { get; set; }
<DefaultValue(PopupControlAdaptivityMode.Off)>
Public Property Mode As PopupControlAdaptivityMode
Property Value
Type | Default | Description |
---|---|---|
PopupControlAdaptivityMode | Off |
One of the PopupControlAdaptivityMode enumeration values. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Mode |
---|---|---|
ASP.NET Controls and MVC Extensions | TreeListSettingsPopupEditForm |
|
CardViewEditFormPopupSettings |
|
|
GridEditFormPopupSettings |
|
|
GridViewEditFormPopupSettings |
|
|
MVCxTreeListSettingsPopupEditForm |
|
|
ASP.NET Bootstrap Controls | BootstrapCardViewEditFormPopupSettings |
|
BootstrapCardViewEditFormPopupSettings |
|
|
BootstrapGridViewEditFormPopupSettings |
|
|
BootstrapGridViewEditFormPopupSettings |
|
See Also
Feedback