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

ISchedulerColorSchemaCollection<T>.HasDefaultContent() Method

Gets whether the schema collection contains only items created by default.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

bool HasDefaultContent()

Returns

Type Description
Boolean

True if the collection contains only default items; otherwise, false.

See Also