Skip to main content
All docs
V23.2
Tab

GridHeaderFilterPopupSettings.AutoUpdatePosition Property

Specifies whether the Header Filter’s position is updated automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AutoUpdatePosition { get; set; }

Property Value

Type Default Description
Boolean false

true, to automatically update the position of the Header Filer; otherwise, false.

Remarks

// ASPxGridView
ASPxGridView1.SettingsPopup.FilterControl.AutoUpdatePosition = true;

// ASPxCardView
ASPxCardView1.SettingsPopup.FilterControl.AutoUpdatePosition = true;

// ASPxTreeList
ASPxTreeList1.SettingsPopup.FilterControl.AutoUpdatePosition = true;
See Also