Class GridDataFilterBarStyle
Inheritance
System.Object
GridDataFilterBarStyle
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataFilterBarStyle : DependencyObject
Constructors
GridDataFilterBarStyle()
Declaration
public GridDataFilterBarStyle()
Fields
CellTypeProperty
Declaration
public static readonly DependencyProperty CellTypeProperty
Field Value
Type |
System.Windows.DependencyProperty |
DisplayMemberProperty
Declaration
public static readonly DependencyProperty DisplayMemberProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsEditableProperty
Declaration
public static readonly DependencyProperty IsEditableProperty
Field Value
Type |
System.Windows.DependencyProperty |
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
ValueMemberProperty
Declaration
public static readonly DependencyProperty ValueMemberProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CellType
This is an enum Property used to select the celltype of FilterBar
Declaration
public CellType CellType { get; set; }
Property Value
DisplayMember
Declaration
public string DisplayMember { get; set; }
Property Value
IsEditable
Declaration
public bool IsEditable { get; set; }
Property Value
ItemsSource
This Property used to set the Dropdown filterbar cell items source.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
System.Collections.IEnumerable |
ValueMember
Declaration
public string ValueMember { get; set; }
Property Value