[]
        
(Showing Draft Content)

C1.Blazor.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
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridFilterCell : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
GridFilterCell()

Initializes a new instance of the GridFilterCell class.

Fields

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.

Properties

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.

Methods

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.