Class
RowHighlightInfo

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class RowHighlightInfo : IGroupCellCoordinates, IEquatable<RowHighlightInfo>

Inheritance: objectRowHighlightInfo

Implements: IEquatable<RowHighlightInfo>IGroupCellCoordinates

Constructors

RowHighlightInfo(int, bool)

Declaration

cs-api-definition
public RowHighlightInfo(int groupIndex, bool isSelection)

Parameters

groupIndex

int

isSelection

bool

Properties

IsSelection

Declaration

cs-api-definition
public bool IsSelection { get; }

Property Value

bool

Methods

Equals(RowHighlightInfo)

Declaration

cs-api-definition
public bool Equals(RowHighlightInfo other)

Parameters

other

RowHighlightInfo

Returns

bool

Implements IEquatable<RowHighlightInfo>.Equals(RowHighlightInfo)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()