Name | Description | |
---|---|---|
ChecklistFilter Constructor | Overloaded. |
The following tables list the members exposed by ChecklistFilter.
Name | Description | |
---|---|---|
ChecklistFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActualHeaderText | Gets the header that will be shown in the column header. if Filter.HeaderText is not specified the Filter.PropertyName property will be used. (Inherited from C1.WPF.DataFilter.Filter) | |
AttachedState | Filter attached state. (Inherited from C1.WPF.DataFilter.Filter) | |
DisplayMemberPath | Gets or sets a path to a value on the source object to serve as the visual representation of the object. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
EmptyFilterBehavior | Gets or sets the behavior of CheckListFilter when an empty expression is assigned. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
Expression | Gets or sets the expression of the current Filter. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
FilterSummary | Gets the filter summary of the current filter. (Inherited from C1.WPF.DataFilter.FilterWithSummary) | |
HeaderText | Gets or sets a value of header text of the current Filter. (Inherited from C1.WPF.DataFilter.Filter) | |
IsApplied | Gets a value indicating the current Filter is applied or not. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
IsAutoGenerated | Gets a value indicating whether this filter was generated automatically. (Inherited from C1.WPF.DataFilter.Filter) | |
Items | Gets the items collection of checklist. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
ItemsSource | Gets or sets the object used as the items source for the checklist. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
MaxHeight | Gets or sets a maximum height of checklist. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
PropertyName | Gets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WPF.DataFilter.Filter) | |
SelectAllLabel | Gets or sets select all checkbox label. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
SelectedItems | Gets the collection of selected items. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
SelectionMode | Gets or sets a value indicating selection method for items of checklist. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
ShowSearchBox | Gets or sets a value indicating whether show search box or not. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
ShowSelectAll | Gets or sets a value indicating whether show select all checkbox or not. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
ToolTip | Gets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WPF.DataFilter.Filter) | |
ValueMemberPath | Gets or sets a path to a value on the source object to serve as the value representation of the object. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) |
Name | Description | |
---|---|---|
Reset | Resets the filter value to the default value. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
SelectAll | Selects all items in the checklist. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
UnselectAll | Clears the SelectedItems collection in the checklist. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) |
Name | Description | |
---|---|---|
BeginItemsUpdate | Maintains performance while items are added to the filter one at a time. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
EndItemsUpdate | Resumes events of the filter after items updating. (Inherited from C1.WPF.DataFilter.ChecklistFilterBase) | |
OnAttachedStateChanged | Calls when the filter state was changed. (Inherited from C1.WPF.DataFilter.Filter) | |
OnPropertyChanged | Overloaded. Raises the NotifyPropertyChanged.PropertyChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
OnValueChanged | Raises the NotifyPropertyChanged.ValueChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
SetField<T> | Compares two values of property and raises an NotifyPropertyChanged.PropertyChanged event if they are different. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
SetItemsSource | Overridden. Sets the object used as the items source for the checklist. | |
UpdateItems | Overridden. Updates the items collection. |
Name | Description | |
---|---|---|
AttachedStateChanged | Notifies clients that a Filter.AttachedState value has changed. (Inherited from C1.WPF.DataFilter.Filter) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) | |
ValueChanged | Occurs when a value of current Filter changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged) |