ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ChecklistFilter Class
Properties Methods Events


In This Topic
    ChecklistFilter Class Members
    In This Topic

    The following tables list the members exposed by ChecklistFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the count of items displayed in the checklist, the checklist shows the 'more' button, when the ItemsSource contains more items. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets a path to a value on the source object to serve as the visual representation of the object. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or set the expanded state of current C1.DataFilter.Filter. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets or sets the expression of the current C1.DataFilter.Filter. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets the filter summary of the current filter. (Inherited from C1.DataFilter.FilterWithSummary)
    Public PropertyGets or sets a value of header text of the current C1.DataFilter.Filter. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets a value indicating the current C1.DataFilter.Filter is applied or not. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets a value indicating whether this filter was generated automatically. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets the items collection of checklist. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets the object used as the items source for the checklist. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets a maximum height of checklist. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets the name of the data item property to which the current C1.DataFilter.Filter applies. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets the collection of selected items. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets a value indicating selection method for items of checklist. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets a value indicating whether show search box or not. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets a value indicating whether show select all checkbox or not. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets or sets a path to a value on the source object to serve as the value representation of the object. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Top
    Public Methods
     NameDescription
    Public MethodResets the filter value to the default value. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public MethodSelects all items in the checklist. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Public MethodClears the SelectedItems collection in the checklist. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodMaintains performance while items are added to the filter one at a time. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Protected MethodResumes events of the filter after items updating. (Inherited from C1.DataFilter.ChecklistFilterBase)
    Protected MethodRaises the PropertyChanged event. (Inherited from C1.DataFilter.Filter)
    Protected MethodRaises the ValueChanged event. (Inherited from C1.DataFilter.Filter)
    Protected MethodOverridden. Sets the object used as the items source for the checklist.  
    Protected MethodOverridden. Updates the items collection.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.DataFilter.Filter)
    Public EventOccurs when a value of current C1.DataFilter.Filter changes. (Inherited from C1.DataFilter.Filter)
    Top
    See Also