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

ASPxGridView.SettingsResizing Property

Provides access to the GridView’s resizing settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewResizingSettings SettingsResizing { get; }

Property Value

Type Description
ASPxGridViewResizingSettings

An ASPxGridViewResizingSettings object that contains the resizing settings.

See Also