Skip to main content

SchedulerPrintStyle.IsDisposed Property

Gets whether the current object has been disposed of.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool IsDisposed { get; }

Property Value

Type Description
Boolean

true if the current object has been disposed of; otherwise, false.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also