Skip to main content
All docs
V25.1
  • CustomAppointmentFlyoutTemplateValueEventArgs.FieldValue Property

    Gets the field value that is displayed in the Appointment‘s HTML-CSS template.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public object FieldValue { get; set; }

    Property Value

    Type Description
    Object

    The field value.

    See Also