Class AdvanceFilteringViewModel
Inheritance
System.Object
AdvanceFilteringViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class AdvanceFilteringViewModel : Object, INotifyPropertyChanged
Constructors
AdvanceFilteringViewModel()
Initializes a new instance of the AdvanceFilteringViewModel class.
Declaration
public AdvanceFilteringViewModel()
Fields
_columnType
Declaration
public string _columnType
Field Value
Type |
---|
System.String |
Properties
AdvanceFilteringWindowStyle
Declaration
public Style AdvanceFilteringWindowStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
ColumnName
Gets or sets the name of the column.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the column. |
ColumnType
Gets or sets the type of the column.
Declaration
public string ColumnType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the column. |
ComboBoxItems
Gets the combo box items.
Declaration
public ObservableCollection<string> ComboBoxItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<System.String> | The combo box items. |
FilterElement
Gets or sets the filter element.
Declaration
public List<FilterElement> FilterElement { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FilterElement> | The filter element. |
FilterPredicateSelectedItem1
Gets or sets the filter predicate selected item1.
Declaration
public string FilterPredicateSelectedItem1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The filter predicate selected item1. |
FilterPredicateSelectedItem2
Gets or sets the filter predicate selected item2.
Declaration
public string FilterPredicateSelectedItem2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The filter predicate selected item2. |
FilterValue1
Declaration
public object FilterValue1 { get; set; }
Property Value
Type |
---|
System.Object |
FilterValue2
Declaration
public object FilterValue2 { get; set; }
Property Value
Type |
---|
System.Object |
FilterValueSelectedItem1
Gets or sets the filter value selected item1.
Declaration
public object FilterValueSelectedItem1 { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter value selected item1. |
FilterValueSelectedItem2
Gets or sets the filter value selected item2.
Declaration
public object FilterValueSelectedItem2 { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The filter value selected item2. |
IsOrChecked
Gets or sets a value indicating whether this instance is or checked.
Declaration
public bool IsOrChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged