menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataSliderFilteringPane<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataSliderFilteringPane<T>

    Inheritance
    System.Object
    GridDataFilteringPane
    GridDataSliderFilteringPane<T>
    GridDataInt32SliderFilteringPane
    Implements
    IGridDataFilterAction
    System.IDisposable
    Inherited Members
    GridDataFilteringPane.ClearButton
    GridDataFilteringPane.CurrentFilterType
    GridDataFilteringPane.Dispose()
    GridDataFilteringPane.FilterTypeEnumProperty
    GridDataFilteringPane.Invoke()
    GridDataFilteringPane.IsThemed
    GridDataFilteringPane.IsThemedProperty
    GridDataFilteringPane.MatchCase
    GridDataFilteringPane.MatchCaseProperty
    GridDataFilteringPane.NeedsRefresh
    GridDataFilteringPane.OnApplyTemplate()
    GridDataFilteringPane.OnFilterWrapperCreated(GridDataFilterWrapper)
    GridDataFilteringPane.OptionCombo
    GridDataFilteringPane.PredicateType
    GridDataFilteringPane.PredicateTypeProperty
    GridDataFilteringPane.SetDataContext(GridDataFilterWrapper)
    GridDataFilteringPane.VisibleColumn
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataSliderFilteringPane<T> : GridDataFilteringPane, IGridDataFilterAction, IDisposable
    Type Parameters
    Name
    T

    Constructors

    GridDataSliderFilteringPane()

    Declaration
    public GridDataSliderFilteringPane()

    Fields

    ClearOnOpenProperty

    Declaration
    public static readonly DependencyProperty ClearOnOpenProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsSnapToTickEnabledProperty

    Declaration
    public static readonly DependencyProperty IsSnapToTickEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MaxValueProperty

    Declaration
    public static readonly DependencyProperty MaxValueProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MinValueProperty

    Declaration
    public static readonly DependencyProperty MinValueProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ValueProperty

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    ClearOnOpen

    Gets or sets a value indicating whether [clear on open].

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

    true if [clear on open]; otherwise, false.

    IsFilterSetToNone

    Gets or sets a value indicating whether this instance is filter set to none.

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

    true if this instance is filter set to none; otherwise, false.

    IsSnapToTickEnabled

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

    MaxValue

    Gets or sets the max value.

    Declaration
    public T MaxValue { get; set; }
    Property Value
    Type Description
    T

    The max value.

    MinValue

    Gets or sets the min value.

    Declaration
    public T MinValue { get; set; }
    Property Value
    Type Description
    T

    The min value.

    Value

    Gets or sets the value.

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

    The value.

    Methods

    OnPopupInvoked()

    Declaration
    public override void OnPopupInvoked()
    Overrides
    GridDataFilteringPane.OnPopupInvoked()

    OnSetDataContext(GridDataFilterWrapper)

    Declaration
    protected override void OnSetDataContext(GridDataFilterWrapper wrapperInstance)
    Parameters
    Type Name Description
    GridDataFilterWrapper wrapperInstance
    Overrides
    GridDataFilteringPane.OnSetDataContext(GridDataFilterWrapper)

    Implements

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