Class BorderInfo
Inheritance
System.Object
BorderInfo
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class BorderInfo : Object, ICellCoordinates, IEquatable<BorderInfo>
Constructors
BorderInfo(Boolean, Range<Int32>)
Declaration
public BorderInfo(bool isGroupBorder, Range<int> cellCoordinates)
Parameters
System.
|
Range<System.
|
Properties
CellCoordinates
Declaration
public Range<int> CellCoordinates { get; }
Property Value
Range<System.
|
Implements
IsGroupBorder
Declaration
public bool IsGroupBorder { get; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(BorderInfo)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|