GridFilterControlPopupSettings.AutoUpdatePosition Property
Specifies whether the Filter Control’s position is updated automatically.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
// ASPxGridView
ASPxGridView1.SettingsPopup.FilterControl.AutoUpdatePosition = true;
// ASPxCardView
ASPxCardView1.SettingsPopup.FilterControl.AutoUpdatePosition = true;
// ASPxTreeList
ASPxTreeList1.SettingsPopup.FilterControl.AutoUpdatePosition = true;
See Also