Skip to main content
All docs
V24.2

CustomAppointmentFlyoutTemplateValueEventArgs.FieldName Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

Declaration

public string FieldName { get; }

Property Value

Type Description
String

The field name.

See Also