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.Boolean
isGroupBorder
|
Range<System.Int32>
cellCoordinates
|
Properties
CellCoordinates
Declaration
public Range<int> CellCoordinates { get; }
Property Value
Range<System.Int32>
|
Implements
IsGroupBorder
Declaration
public bool IsGroupBorder { get; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(BorderInfo)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|