Class ResizeInformation
Inheritance
System.Object
ResizeInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class ResizeInformation
Constructors
ResizeInformation(DateTime, DateTime, ArrowDirection)
Initializes a new instance of the ResizeInformation class.
Declaration
public ResizeInformation(DateTime oldDate, DateTime newDate, ArrowDirection resizeDirection)
Parameters
System.DateTime
oldDate
The old date. |
System.DateTime
newDate
The new date. |
ArrowDirection
resizeDirection
The resize direction. |
Properties
NewDate
Gets the new date.
Declaration
public DateTime NewDate { get; }
Property Value
System.DateTime
The new date. |
OldDate
Gets the old date.
Declaration
public DateTime OldDate { get; }
Property Value
System.DateTime
The old date. |
ResizeDirection
Gets the resize direction.
Declaration
public ArrowDirection ResizeDirection { get; }
Property Value
ArrowDirection
The resize direction. |