WPF

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

    Show / Hide Table of Contents

    Class GridDataFilterBarStyle

    Inheritance
    System.Object
    GridDataFilterBarStyle
    Namespace: Syncfusion.Windows.Controls.Grid
    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
    Type Description
    CellType

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved