[]
        
(Showing Draft Content)

C1.iOS.Grid.FullTextFilterMode

FullTextFilterMode Class

Specifies the modes to perform the filter operation.

Inheritance
FullTextFilterMode
Namespace: C1.iOS.Grid
Assembly: C1.iOS.Grid.dll
Syntax
public sealed class FullTextFilterMode : Enum

Fields

Name Description
WhenCompleted

The filter will be applied when the user presses the OK button.

WhileTyping

The filter will be applied while the user typing in the UIKit.UITextField.

value__