Skip to main content
A newer version of this page is available. .

SchedulerPrintStyle.IsDisposed Property

Gets whether the current object has been disposed of.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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