Class GridDataFilterCheckedListBoxItem
Customized ListBoxItem implemented for Filters in Grid Data Control.
Inheritance
System.Object
GridDataFilterCheckedListBoxItem
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataFilterCheckedListBoxItem : ListBoxItem, INotifyPropertyChanged
Constructors
GridDataFilterCheckedListBoxItem()
Declaration
public GridDataFilterCheckedListBoxItem()
Properties
ActualValue
Gets or sets the value.
Declaration
public object ActualValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
IsChecked
Gets or sets a value indicating whether this instance is checked.
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
ItemType
Declaration
public Type ItemType { get; set; }
Property Value
Type |
---|
System.Type |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged