Class HiddenRangeChangedEventArgs
Inheritance
System.Object
HiddenRangeChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public sealed class HiddenRangeChangedEventArgs : EventArgs
Constructors
HiddenRangeChangedEventArgs(Int32, Int32, Boolean)
Initializes a new instance of the RangeChangedEventArgs class.
Declaration
public HiddenRangeChangedEventArgs(int from, int to, bool hide)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | from | From. |
System.Int32 | to | To. |
System.Boolean | hide | true or false |
Properties
From
Gets from.
Declaration
public int From { get; }
Property Value
Type | Description |
---|---|
System.Int32 | From. |
Hide
Declaration
public bool Hide { get; }
Property Value
Type |
---|
System.Boolean |
To
Gets to.
Declaration
public int To { get; }
Property Value
Type | Description |
---|---|
System.Int32 | To. |