Skip to main content

AppointmentStatus.ResetBrush() Method

Sets the AppointmentStatus.Brush property to its default value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void ResetBrush()

Remarks

The ResetBrush method is used by Visual Studio Designer so that the user can right-click on the AppointmentStatus.Brush property in the property browser and choose Reset to restore the property to its default value.

See Also