Class FilterRowOptions
Implements the GridColumnDescriptor which provides mapping information to a column of the underlying data source.
Inheritance
Inherited Members
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 |
---|
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 |
---|
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 |
---|
FilterMode |
Methods
ToString()
Overriding the string to restrict the text which will display in the designer.
Declaration
public override string ToString()
Returns
Type |
---|
System.String |