CustomizeAppointmentFlyoutEventArgs.Appearance Property
In This Article
Provides access to an object used to control the appearance of the flyout contents, except the Subject rectangle.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Tip
Use the Customize
#Implements
See Also