menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParseDisplayItemEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParseDisplayItemEventArgs

    Provides data about the ParseDisplayItem event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    ParseDisplayItemEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved