Class FilterDialogOpenedEventArgs
Provides information about the FilterDialogOpened event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class FilterDialogOpenedEventArgs : GridEventBaseArgs
Constructors
FilterDialogOpenedEventArgs()
Declaration
public FilterDialogOpenedEventArgs()
Properties
CheckboxListData
Declaration
public IEnumerable<object> CheckboxListData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> | An IEnumerable collection of objects that serve as the custom data source for the Checkbox and Excel filter types in grid, By default the value is |
ColumnName
Gets the Field name of the column which is associated with filtering.
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
System.String | The field name of the column which is associated with filtering. |
FilterChoiceCount
Declaration
public int FilterChoiceCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of items to be displayed in the filter popup. The default value is 0. |
Remarks
If this property value is greater than 0, the filter popup will display the specified number of items. Otherwise, 1000 records will be displayed in the filter popup.