WinForms

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

    Show / Hide Table of Contents

    Class FilterRowOptions

    Implements the GridColumnDescriptor which provides mapping information to a column of the underlying data source.

    Inheritance
    System.Object
    FilterRowOptions
    Inherited Members
    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.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class FilterRowOptions

    Constructors

    FilterRowOptions()

    Constructor.

    Declaration
    public FilterRowOptions()

    Properties

    AllowCustomFilter

    Gets or sets a value indicating whether to display the 'Custom' text in the filter drop down.

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

    AllowEmptyFilter

    Gets or sets a value indicating whether to display the 'Empty' text in the filter drop down.

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

    FilterMode

    Gets or sets a value that decides whether to filter the column based on display text or value. It is applicable only for Dynamic Filter. The column will be filtered based on the display text if the column format is set through the Column[index].Appearance.AnyRecordFieldCell.Format or Column[index].Appearance.AnyCell.Format property or if the column's cell type is Combobox, filtering will be based on the DisplayMember.

    Declaration
    public FilterMode FilterMode { get; set; }
    Property Value
    Type Description
    FilterMode

    Methods

    ToString()

    Overriding the string to restrict the text which will display in the designer.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved