SearchSettings Property (Grid)
Configures the search behavior in the Grid.
Syntax
[DefaultValue("")] [HtmlAttributeName("searchSettings")] [Newtonsoft.Json.JsonProperty("searchSettings")] public GridSearchSettings SearchSettings {get; set;}
[DefaultValue("")] [HtmlAttributeName("searchSettings")] [Newtonsoft.Json.JsonProperty("searchSettings")] public: property GridSearchSettings^ SearchSettings { GridSearchSettings^ get(); void set ( GridSearchSettings^ value); }
AssemblyVersion
Syncfusion.EJ2: 17.3500.0.26
See Also