Back to Devexpress

CustomizeAppointmentFlyoutEventArgs.SubjectAppearance Property

windowsforms-devexpress-dot-xtrascheduler-dot-customizeappointmentflyouteventargs-bf737cdd.md

latest1.9 KB
Original Source

CustomizeAppointmentFlyoutEventArgs.SubjectAppearance Property

Provides access to an object used to specify the appearance of the text in the Subject rectangle of the appointment flyout.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppearanceObject SubjectAppearance { get; }
vb
Public ReadOnly Property SubjectAppearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject instance used to control the look and feel characteristics of the Subject rectangle text.

|

Remarks

Set the AppearanceObject.Font property to specify the font used to display the subject text.

Tip

Handle the SchedulerControl.CustomDrawAppointmentFlyoutSubject event to draw the Subject rectangle manually.

Implements

SubjectAppearance

See Also

CustomizeAppointmentFlyoutEventArgs Class

CustomizeAppointmentFlyoutEventArgs Members

DevExpress.XtraScheduler Namespace