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 |
Description |
System.Windows.DependencyProperty |
|
DisplayMemberProperty
Declaration
public static readonly DependencyProperty DisplayMemberProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsEditableProperty
Declaration
public static readonly DependencyProperty IsEditableProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ValueMemberProperty
Declaration
public static readonly DependencyProperty ValueMemberProperty
Field Value
Type |
Description |
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
Type |
Description |
System.String |
|
IsEditable
Declaration
public bool IsEditable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemsSource
This Property used to set the Dropdown filterbar cell items source.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
Description |
System.Collections.IEnumerable |
|
ValueMember
Declaration
public string ValueMember { get; set; }
Property Value
Type |
Description |
System.String |
|