WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParseDisplayItemEventArgs

    Show / Hide Table of Contents

    Class ParseDisplayItemEventArgs

    Provides data about the ParseDisplayItem event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    ParseDisplayItemEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.String

    FormattedText

    Gets or sets the formatted display text for the ScheduleAppointment item.

    Declaration
    public string FormattedText { get; set; }
    Property Value
    Type Description
    System.String

    Item

    Gets the ScheduleAppointment item.

    Declaration
    public IScheduleAppointment Item { get; }
    Property Value
    Type Description
    IScheduleAppointment
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved