CustomizeAppointmentFlyoutEventArgs.SubjectAppearance Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppearanceObject SubjectAppearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Set the AppearanceObject.Font property to specify the font used to display the subject text.
Tip
Handle the Scheduler
#Implements
See Also