New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class ResizeInformation

Inheritance: objectResizeInformation

Constructors

Initializes a new instance of the ResizeInformation class.

C#
public ResizeInformation(DateTime oldDate, DateTime newDate, ArrowDirection resizeDirection)
Parameters:oldDateDateTime

The old date.

newDateDateTime

The new date.

resizeDirectionArrowDirection

The resize direction.

Properties

Gets the new date.

C#
public DateTime NewDate { get; }
Property Value:

The new date.

Gets the old date.

C#
public DateTime OldDate { get; }
Property Value:

The old date.

Gets the resize direction.

C#
public ArrowDirection ResizeDirection { get; }
Property Value:

The resize direction.