ISchedulerColorSchemaCollection<T>.HasDefaultContent() Method
In This Article
Gets whether the schema collection contains only items created by default.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Returns
Type | Description |
---|---|
Boolean | True if the collection contains only default items; otherwise, false. |
See Also