Skip to main content

ISchedulerColorSchemaCollection<T>.HasDefaultContent() Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool HasDefaultContent()

Returns

Type Description
Boolean

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

See Also