Class ResizeEventArgs<T>
A class that holds options to control resize action on appointments.
Inheritance
System.Object
ResizeEventArgs<T>
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResizeEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T |
Constructors
ResizeEventArgs()
Declaration
public ResizeEventArgs()
Properties
Cancel
Defines the cancel option.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Data
Returns the resize event data.
Declaration
public T Data { get; set; }
Property Value
Type | Description |
---|---|
T |
EndTime
Returns the end time of the clone element.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
GroupIndex
Returns the group index of the clone element.
Declaration
public int GroupIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Interval
Allows to define the interval in minutes for resizing the appointments.
Declaration
public int Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Scroll
Allows to define the scroll related actions while resizing to the edges of scheduler.
Declaration
public ScrollOptions Scroll { get; set; }
Property Value
Type | Description |
---|---|
ScrollOptions |
StartTime
Returns the start time of the clone element.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |