WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdvanceFilteringViewModel

    Show / Hide Table of Contents

    Class AdvanceFilteringViewModel

    Inheritance
    System.Object
    AdvanceFilteringViewModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class AdvanceFilteringViewModel : INotifyPropertyChanged

    Constructors

    AdvanceFilteringViewModel()

    Initializes a new instance of the AdvanceFilteringViewModel class.

    Declaration
    public AdvanceFilteringViewModel()

    Fields

    _columnType

    Declaration
    public string _columnType
    Field Value
    Type Description
    System.String

    Properties

    AdvanceFilteringWindowStyle

    Declaration
    public Style AdvanceFilteringWindowStyle { get; set; }
    Property Value
    Type Description
    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 Description
    System.Object

    FilterValue2

    Declaration
    public object FilterValue2 { get; set; }
    Property Value
    Type Description
    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

    true if this instance is or checked; otherwise, false.

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved