Class ParseDisplayItemEventArgs
Provides data about the ParseDisplayItem event.
Inheritance
System.Object
System.EventArgs
ParseDisplayItemEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class ParseDisplayItemEventArgs : SyncfusionHandledEventArgs
Constructors
ParseDisplayItemEventArgs()
Initializes a new instance of the ParseDisplayItemEventArgs class.
Declaration
public ParseDisplayItemEventArgs()
ParseDisplayItemEventArgs(IScheduleAppointment, String)
Initialize a new object with ScheduleAppointment item and the display format string.
Declaration
public ParseDisplayItemEventArgs(IScheduleAppointment item, string format)
Parameters
Type | Name | Description |
---|---|---|
IScheduleAppointment | item | ScheduleAppointment item. |
System.String | format | Format string. |
Properties
Format
Gets or sets the format string to be applied to the display message.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
FormattedText
Gets or sets the formatted display text for the ScheduleAppointment item.
Declaration
public string FormattedText { get; set; }
Property Value
Type |
---|
System.String |
Item
Gets the ScheduleAppointment item.
Declaration
public IScheduleAppointment Item { get; }
Property Value
Type |
---|
IScheduleAppointment |