GridPopupControlAdaptivitySettings Class
In This Article
Contains the settings that relate to the adaptivity settings of the grid’s edit form, filter control, and header filter popup dialogs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridPopupControlAdaptivitySettings :
PopupControlAdaptivitySettings
#Related API Members
The following members return GridPopupControlAdaptivitySettings objects:
#Remarks
An object of the GridPopupControlAdaptivitySettings type can be accessed by the GridEditFormPopupSettings.SettingsAdaptivity, GridFilterControlPopupSettings.SettingsAdaptivity or GridHeaderFilterPopupSettings.SettingsAdaptivity properties.
#Implements
#Inheritance
See Also