[]
Visual element displayed in the filter row to allow the user to enter text as well as giving more options to filter.
public class GridFilterCell : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Name | Description |
---|---|
GridFilterCell() | Initializes a new instance of the GridFilterCell class. |
Name | Description |
---|---|
DelayProperty | Identifies the Delay dependency property. |
OptionsIconTemplateProperty | Identifies the OptionsIconTemplate dependency property. |
PlaceholderProperty | Identifies the Placeholder dependency property. |
TextProperty | Identifies the Text dependency property. |
UseAutoCompleteProperty | Identifies the UseAutoComplete dependency property. |
Name | Description |
---|---|
AutoComplete | |
Column | Property used to hold the column the filter is bound to. |
Delay | |
OptionsIconTemplate | |
Placeholder | |
Text | |
UseAutoComplete | Gets or sets whether the typed text will be auto-completed based on the data in the grid. |
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
Dispose(bool) | |
OnAfterRender(bool) | |
OnAutoComplete(TextBoxAutoCompleteEventArgs) | Called when the auto-complete of the text-box is triggered. |
OnPaddingChanged() | Called when the padding changed. |