[]
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, IDisposable
Name | Description |
---|---|
GridFilterCell() | Initializes a new instance of the GridFilterCell class. |
Name | Description |
---|---|
DelayProperty | Identifies the Delay dependency property. |
PlaceholderProperty | Identifies the Placeholder dependency property. |
TextProperty | Identifies the Text dependency property. |
Name | Description |
---|---|
Column | Property used to hold the column the filter is bound to. |
Delay | |
Placeholder | |
Text |
Name | Description |
---|---|
Dispose(bool) | |
OnApplyTemplate() | |
OnAutoComplete(TextBoxAutoCompleteEventArgs) | Called when the auto-complete of the text-box is triggered. |
OnPaddingChanged() | Called when the padding changed. |
Name | Description |
---|---|
AutoComplete | Called when the auto-complete of the text-box is triggered. |