alexa

    Show / Hide Table of Contents

    Class Range

    Represents a class that maintains the range for rows.

    Inheritance
    System.Object
    Range
    Inherited Members
    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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class Range

    Constructors

    Range()

    Initializes a new instance of Range class.

    Declaration
    public Range()

    Properties

    IsEmpty

    Gets a value that indicates whether the range that contains an empty rows.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX