Skip to main content
All docs
V23.2
Tab

GridFilterControlPopupSettings.AutoUpdatePosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

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

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

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