Class GridDataSliderFilteringPane<T>
Inheritance
System.Object
GridDataSliderFilteringPane<T>
Inherited Members
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 |
|
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 |
|
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
OnSetDataContext(GridDataFilterWrapper)
Declaration
protected override void OnSetDataContext(GridDataFilterWrapper wrapperInstance)
Parameters
Type | Name | Description |
---|---|---|
GridDataFilterWrapper | wrapperInstance |
Overrides
Implements
System.IDisposable