menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableFilterBarGridListCellModelExt - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTableFilterBarGridListCellModelExt

    Implements the data model or cell model for filterbar cell for paging.

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    GridCellModelBase
    GridStaticCellModel
    GridTextBoxCellModel
    GridDropDownCellModel
    GridComboBoxCellModel
    GridDropDownGridListControlCellModel
    GridTableFilterBarGridListCellModel
    GridTableFilterBarGridListCellModelExt
    Implements
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Inherited Members
    GridCellModelBase.ActiveTextChanged
    GridCellModelBase.ApplyText(GridStyleInfo, String)
    GridCellModelBase.BindingContext
    GridCellModelBase.ButtonBarSize
    GridCellModelBase.CalculatePreferredCellSize(Graphics, Int32, Int32, GridStyleInfo, GridQueryBounds)
    GridCellModelBase.CreateCopy(GridModel)
    GridCellModelBase.Description
    GridCellModelBase.Dispose()
    GridCellModelBase.ForceCoveredCellFullBounds
    GridCellModelBase.GetActiveText(Int32, Int32)
    GridCellModelBase.GetCellClientSize(Int32, Int32, GridStyleInfo)
    GridCellModelBase.GetCellSize(Int32, Int32)
    GridCellModelBase.GetFormattedOrActiveTextAt(Int32, Int32, GridStyleInfo)
    GridCellModelBase.GetLocalizedString(String)
    GridCellModelBase.GetPropertyDescriptor(GridStyleInfo)
    GridCellModelBase.GetText(GridStyleInfo, Object)
    GridCellModelBase.GetTypeConverter(GridStyleInfo)
    GridCellModelBase.Grid
    GridCellModelBase.IsDisposed
    GridCellModelBase.IsDisposing
    GridCellModelBase.MeasureEmptyCellString
    GridCellModelBase.MeasureSampleWString(Graphics, Font)
    GridCellModelBase.OnActiveTextChanged(GridCellEventArgs)
    GridCellModelBase.OnBindingContextChanged(EventArgs)
    GridCellModelBase.OnModelDeserialization(Object, GridModel)
    GridCellModelBase.ResetActiveText(Int32, Int32)
    GridCellModelBase.SerializeSchemeVersion
    GridCellModelBase.SetActiveText(Int32, Int32, String)
    GridCellModelBase.SubtractBorders(Rectangle, GridStyleInfo)
    GridCellModelBase.SubtractBorders(Rectangle, GridStyleInfo, Boolean)
    GridComboBoxCellModel.AllowDoubleClickChangeSelectedIndex
    GridComboBoxCellModel.ApplyFormattedText(GridStyleInfo, String, Int32)
    GridComboBoxCellModel.CacheDataSource
    GridComboBoxCellModel.Dispose(Boolean)
    GridComboBoxCellModel.FindValue(GridStyleInfo, Object)
    GridComboBoxCellModel.GetFormattedText(GridStyleInfo, Object, Int32)
    GridComboBoxCellModel.GetItemValue(Object, String, Object)
    GridDropDownCellModel.GetObjectData(SerializationInfo, StreamingContext)
    GridDropDownCellModel.OnQueryPrefferedClientSize(Graphics, Int32, Int32, GridStyleInfo, GridQueryBounds)
    GridDropDownCellModel.SupportsChoiceList
    GridStaticCellModel.AllowFloating
    GridStaticCellModel.AllowMerging
    GridStaticCellModel.OnQueryCanFloatCell(Int32, Int32, GridStyleInfo, GridQueryFloatCell)
    GridStaticCellModel.OnQueryCanMergeCell(Int32, Int32, GridStyleInfo, GridMergeCellDirection)
    GridTableFilterBarGridListCellModel.ApplyFilters()
    GridTableFilterBarGridListCellModel.CreateRenderer(GridControlBase)
    GridTableFilterBarGridListCellModel.FillWithChoices(GridListControl, GridStyleInfo, Boolean)
    GridTableFilterBarGridListCellModel.FillWithChoices(ListBox, GridStyleInfo, Boolean)
    GridTableFilterBarGridListCellModel.GetDataSource(GridStyleInfo)
    GridTableFilterBarGridListCellModel.GetRecordFilters(RecordFilterDescriptorCollection, GridTableCellStyleInfoIdentity, String)
    GridTableFilterBarGridListCellModel.GetUniqueColumnGroupId(GridTableCellStyleInfoIdentity)
    GridTableFilterBarGridListCellModel.GetUniqueGroupId(GridTableCellStyleInfoIdentity)
    GridTableFilterBarGridListCellModel.ResetFilterBar(GridTableCellStyleInfoIdentity)
    GridTableFilterBarGridListCellModel.Select(GridTableCellStyleInfoIdentity, Int32)
    GridTableFilterBarGridListCellModel.SelectAllText
    GridTableFilterBarGridListCellModel.SelectCustomFilterBar(GridTableCellStyleInfoIdentity)
    GridTableFilterBarGridListCellModel.SelectCustomText
    GridTableFilterBarGridListCellModel.SelectEmptyText
    GridTableFilterBarGridListCellModel.SelectItem(GridTableCellStyleInfoIdentity, Int32)
    GridTableFilterBarGridListCellModel.ShowCollectionDialog(Object, String, IServiceProvider, Type)
    GridTableFilterBarGridListCellModel.ShowingCustomFilterDialog
    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 GridTableFilterBarGridListCellModelExt : GridTableFilterBarGridListCellModel, ISerializable, IDisposable
    Remarks

    This helps to apply filtering across all records in every page.

    Constructors

    GridTableFilterBarGridListCellModelExt(GridModel, Engine)

    Initializes a new instance of the GridTableFilterBarGridListCellModelExt class.

    Declaration
    public GridTableFilterBarGridListCellModelExt(GridModel grid, Engine engine)
    Parameters
    Type Name Description
    GridModel grid

    The Grid Model.

    Engine engine

    The Engine.

    Methods

    Apply()

    Applies the filter to the Engine.

    Declaration
    public void Apply()

    GetFilterBarChoices(GridTableCellStyleInfoIdentity)

    An overridden method that gets called when the filter dropdown is opened.

    Declaration
    public override object[] GetFilterBarChoices(GridTableCellStyleInfoIdentity tableCellIdentity)
    Parameters
    Type Name Description
    GridTableCellStyleInfoIdentity tableCellIdentity

    StyleInfoIdentity

    Returns
    Type Description
    System.Object[]

    Set of filter items.

    Overrides
    GridTableFilterBarGridListCellModel.GetFilterBarChoices(GridTableCellStyleInfoIdentity)

    SelectAll()

    Applies (All) type filtering to the column.

    Declaration
    public void SelectAll()
    Remarks

    Resets the filter applied to that column.

    SelectItem(Int32)

    Applies specific item filtering to the column.

    Declaration
    public void SelectItem(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Selected index

    Implements

    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved