Skip to main content

ISchedulerColorSchemaCollection<T> Interface

A base interface which defines a generic collection of color schemas.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public interface ISchedulerColorSchemaCollection<out T> :
    IEnumerable<T>,
    IEnumerable,
    IAssignableCollection
    where T : SchedulerColorSchemaBase

#Type Parameters

Name
T

#Remarks

An object implementing the ISchedulerColorSchemaCollection<T> interface can be accessed using the SchedulerPrintAdapter.GetResourceColorSchemas method.

See Also