New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public class RowHighlightInfo : IGroupCellCoordinates, IEquatable<RowHighlightInfo>

Inheritance: objectRowHighlightInfo

Implements: IEquatable<RowHighlightInfo>IGroupCellCoordinates

Constructors

C#
public RowHighlightInfo(int groupIndex, bool isSelection)
Parameters:groupIndexintisSelectionbool

Properties

C#
public bool IsSelection { get; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public bool Equals(RowHighlightInfo other)
Parameters:otherRowHighlightInfoReturns:

bool

Implements: IEquatable<RowHighlightInfo>.Equals(RowHighlightInfo)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()