[]
        
(Showing Draft Content)

C1.WPF.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
IDependencyObject
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
[StyleTypedProperty(Property = "PopupStyle", StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = "TextBox", Type = typeof(C1AutoCompleteTextBox))]
[TemplatePart(Name = "OptionsDropDown", Type = typeof(C1DropDownButton))]
[TemplatePart(Name = "ApplyButton", Type = typeof(C1Button))]
[TemplatePart(Name = "ClearButton", Type = typeof(C1Button))]
public class GridFilterCell : C1View, IDependencyObject

Constructors

Name Description
GridFilterCell()

Initializes a new instance of the GridFilterCell class.

Fields

Name Description
ApplyButtonVisibilityProperty

Identifies the ApplyButtonVisibility dependency property.

ClearButtonVisibilityProperty

Identifies the ClearButtonVisibility dependency property.

DelayProperty

Identifies the Delay dependency property.

DropDownContentProperty

Identifies the DropDownContent dependency property.

IsDropDownOpenProperty

Identifies the IsDropDownOpen dependency property.

OptionsIconTemplateProperty

Identifies the OptionsIconTemplate dependency property.

PlaceholderProperty

Identifies the Placeholder dependency property.

PopupStyleProperty

Identifies the PopupStyle dependency property.

TextProperty

Identifies the Text dependency property.

Properties

Name Description
ApplyButtonVisibility
ClearButtonVisibility
Column

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

Delay
DropDownContent
IsDropDownOpen
OptionsIconTemplate
Placeholder
PopupStyle

Gets or sets the Style applied to the drop-down filter.

Text

Methods

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

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

OnPaddingChanged()

Events

Name Description
ApplyExecuted

Called when the Apply button is executed.

AutoComplete

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

ClearExecuted

Called when the Clear button is executed.

IsDropDownOpenChanged

Called when the drop down is opened or closed.