[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridFilterCell

GridFilterCell Class

Visual element displayed in the filter row to allow the user to enter text as well as giving more options to filter.

Inheritance
GridFilterCell
Implements
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public class GridFilterCell : C1View, IDisposable

Constructors

Name Description
GridFilterCell()

Initializes a new instance of the GridFilterCell class.

Fields

Name Description
DelayProperty

Identifies the Delay dependency property.

PlaceholderProperty

Identifies the Placeholder dependency property.

TextProperty

Identifies the Text dependency property.

Properties

Name Description
Column

Property used to hold the column the filter is bound to.

Delay
Placeholder
Text

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnAutoComplete(TextBoxAutoCompleteEventArgs)

Called when the auto-complete of the text-box is triggered.

OnPaddingChanged()

Called when the padding changed.

Events

Name Description
AutoComplete

Called when the auto-complete of the text-box is triggered.