WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HiddenRangeChangedEventArgs

    Show / Hide Table of Contents

    Class HiddenRangeChangedEventArgs

    Holds From and To integer properties.

    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 Description
    System.Boolean

    To

    Gets to.

    Declaration
    public int To { get; }
    Property Value
    Type Description
    System.Int32

    To.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved