DataControlBase.SearchPanelCloseDelay Property
Gets or sets the amount of time, in milliseconds, after which a Search Panel that doesn’t contain any search criteria is closed. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the delay, in milliseconds, after which the empty Search Panel is closed. |
Remarks
If the GridControlBase.ShowGroupPanel property is set to true, the Search Panel is displayed within the Group Panel. If the DataControlBase.ShowSearchPanelMode property is set to ShowSearchPanelMode.Default, a Search Panel that doesn’t contain any search criteria is automatically closed after a delay specified by the SearchPanelCloseDelay property.
By default, the SearchPanelCloseDelay property is set to 5000.