ListEditCustomHighlighting Constructors
Provides settings related to the editor’s custom highlighting for filtered items.Name | Parameters | Description |
---|---|---|
ListEditCustomHighlighting(IDictionary<String, String[]>) | textsByColumn | Initializes a new instance of the ListEditCustomHighlighting class. |
ListEditCustomHighlighting(IDictionary<String, String>) | textByColumn | Initializes a new instance of the ListEditCustomHighlighting class. |
ListEditCustomHighlighting(IEnumerable<String>) | texts | Initializes a new instance of the ListEditCustomHighlighting class. |
ListEditCustomHighlighting(String) | text | Initializes a new instance of the ListEditCustomHighlighting class. |
See Also