Skip to main content

IAppointmentFlyoutData.SubjectAppearance Property

Provides access to an object used to specify how the subject area in the appointment flyout is painted.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

AppearanceObject SubjectAppearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject instance used to specify how the subject area is painted.

See Also