Class
ResizeInformation

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

DateTime

The old date.

newDate

DateTime

The new date.

resizeDirection

ArrowDirection

The resize direction.

Properties

NewDate

Gets the new date.

Declaration

cs-api-definition
public DateTime NewDate { get; }

Property Value

DateTime

The new date.

OldDate

Gets the old date.

Declaration

cs-api-definition
public DateTime OldDate { get; }

Property Value

DateTime

The old date.

ResizeDirection

Gets the resize direction.

Declaration

cs-api-definition
public ArrowDirection ResizeDirection { get; }

Property Value

ArrowDirection

The resize direction.