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

ISchedulerColorSchemaCollection<T> Interface

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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