Delay Property (FlexGridSearch)
In This Topic
Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed.
Syntax
'Declaration
Public Property Delay As System.Integer
'Usage
Dim instance As FlexGridSearch
Dim value As System.Integer
instance.Delay = value
value = instance.Delay
public System.int Delay {get; set;}
public read-write property Delay: System.Integer;
public function get,set Delay : System.int
public: __property System.int get_Delay();
public: __property void set_Delay(
System.int value
);
public:
property System.int Delay {
System.int get();
void set ( System.int value);
}
See Also