Skip to main content
A newer version of this page is available. .
Tab

GridPopupControlAdaptivitySettings Class

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.v19.1.dll

Declaration

public class GridPopupControlAdaptivitySettings :
    PopupControlAdaptivitySettings

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

See Also