Class Range
Represents a class that maintains the range for rows.
Inheritance
System.Object
Range
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class Range : Object
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 |