WinForms

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

    Show / Hide Table of Contents

    Class GroupingGridFilterBarExt

    Defines a custom filter bar for grouping grid that lets you filter the records by display member.

    Inheritance
    System.Object
    GroupingGridFilterBarExt
    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.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class GroupingGridFilterBarExt

    Constructors

    GroupingGridFilterBarExt()

    Initializes a new instance of the GroupingGridFilterBarExt class.

    Declaration
    public GroupingGridFilterBarExt()

    Properties

    AllowIndividualColumnWiring

    Gets or sets a value indicating whether desired filter on specified column should be enabled,if the value is set to True, through which the filter can be set in column using 'this.gridGroupingControl1.TableDescriptor.Columns[ColumnName].Appearance.FilterBarCell.CellType ="FilterByDisplayMemberCell"'

    Declaration
    public bool AllowIndividualColumnWiring { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    UnwireGrid(GridGroupingControl)

    Disassociates the grid with this filter bar.

    Declaration
    public void UnwireGrid(GridGroupingControl grid)
    Parameters
    Type Name Description
    GridGroupingControl grid

    The GridGroupingControl that has filterbar.

    WireGrid(GridGroupingControl)

    Associates the grid with this filter bar.

    Declaration
    public void WireGrid(GridGroupingControl grid)
    Parameters
    Type Name Description
    GridGroupingControl grid

    The GridGroupingControl to wire the filterbar cell.

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