Struct Range
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll
Syntax
public struct Range
Constructors
Range(Int32, Int32)
Declaration
public Range(int min, int max)
Parameters
System.Int32
min
|
System.Int32
max
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
IsNull
Declaration
public bool IsNull { get; }
Property Value
System.Boolean
|
Max
Declaration
public int Max { get; }
Property Value
System.Int32
|
Min
Declaration
public int Min { get; }
Property Value
System.Int32
|