Class RowHighlightInfo
Inheritance
System.Object
RowHighlightInfo
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class RowHighlightInfo : Object, IGroupCellCoordinates, IEquatable<RowHighlightInfo>
Constructors
RowHighlightInfo(Int32, Boolean)
Declaration
public RowHighlightInfo(int groupIndex, bool isSelection)
Parameters
System.Int32
groupIndex
|
System.Boolean
isSelection
|
Properties
IsSelection
Declaration
public bool IsSelection { get; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(RowHighlightInfo)
Declaration
public bool Equals(RowHighlightInfo other)
Parameters
RowHighlightInfo
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Explicit Interface Implementations
IGroupCellCoordinates.CellCoordinates
Declaration
Range<int> IGroupCellCoordinates.CellCoordinates { get; }
Returns
Range<System.Int32>
|