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


In This Topic
    ChecklistItem Class Members
    In This Topic

    The following tables list the members exposed by ChecklistItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the text of label.  
    Public PropertyGets or sets the selected state of current ChecklistItem.  
    Public PropertyGets the summary text for current ChecklistItem.  
    Public PropertyGets or sets the value of current ChecklistItem.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the NotifyPropertyChanged.PropertyChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Protected MethodRaises the NotifyPropertyChanged.ValueChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Protected MethodCompares two values of property and raises an NotifyPropertyChanged.PropertyChanged event if they are different. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Public EventOccurs when a value of current Filter changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Top
    See Also