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.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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. |