Class IntersectionGroup
Inheritance
System.Object
IntersectionGroup
Namespace: Telerik.Windows.Controls.Scheduling.Internal
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class IntersectionGroup : Object
Constructors
IntersectionGroup()
Declaration
public IntersectionGroup()
Properties
Ranges
Declaration
public IEnumerable<DateRangeInfo> Ranges { get; set; }
Property Value
System.Collections.Generic.IEnumerable<DateRangeInfo>
|
RowsCount
Declaration
public int RowsCount { get; set; }
Property Value
System.Int32
|