ClassResizeInformation
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class ResizeInformation
Inheritance: objectResizeInformation
Constructors
ResizeInformation(DateTime, DateTime, ArrowDirection)
Initializes a new instance of the ResizeInformation class.
Declaration
cs-api-definition
public ResizeInformation(DateTime oldDate, DateTime newDate, ArrowDirection resizeDirection)
Parameters
oldDate
The old date.
newDate
The new date.
resizeDirection
The resize direction.
Properties
NewDate
Gets the new date.
Declaration
cs-api-definition
public DateTime NewDate { get; }
Property Value
The new date.
OldDate
Gets the old date.
Declaration
cs-api-definition
public DateTime OldDate { get; }
Property Value
The old date.
ResizeDirection
Gets the resize direction.
Declaration
cs-api-definition
public ArrowDirection ResizeDirection { get; }
Property Value
The resize direction.