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 BorderInfo : ICellCoordinates, IEquatable<BorderInfo>

Inheritance: objectBorderInfo

Implements: ICellCoordinatesIEquatable<BorderInfo>

Constructors

C#
public BorderInfo(bool isGroupBorder, Range<int> cellCoordinates)
Parameters:isGroupBorderboolcellCoordinatesRange<int>

Properties

C#
public Range<int> CellCoordinates { get; }

Implements: ICellCoordinates.CellCoordinates

C#
public bool IsGroupBorder { get; }

Methods

C#
public bool Equals(BorderInfo other)
Parameters:otherBorderInfoReturns:

bool

Implements: IEquatable<BorderInfo>.Equals(BorderInfo)

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

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()