Skip to main content
Tab

GridCustomizationDialogPopupSettings.SettingsAdaptivity Property

Provides access to the adaptivity settings of the grid’s customization dialog.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridCustomizationDialogPopupAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
GridCustomizationDialogPopupAdaptivitySettings

A GridCustomizationDialogPopupAdaptivitySettings object that contains the adaptivity settings of the grid’s customization dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsAdaptivity
ASPxGridViewPopupControlSettings
.CustomizationDialog .SettingsAdaptivity
See Also