C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridFilterRow Class / Delay Property


In This Topic
Delay Property (GridFilterRow)
In This Topic
Gets or sets the delay before performing the filtering.
Syntax
'Declaration
 
Public Property Delay As TimeSpan
 
'Usage
 
Dim instance As GridFilterRow
Dim value As TimeSpan
 
instance.Delay = value
 
value = instance.Delay
Remarks
This parameter is useful to avoid early filters when typing a burst of keystrokes.
See Also