A newer version of this page is available.
Switch to the current version.
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
Public Interface ISchedulerColorSchemaCollection(Of Out T As SchedulerColorSchemaBase)
Inherits IEnumerable(Of T),
IEnumerable,
IAssignableCollection
Type Parameters
Name |
---|
T |
Remarks
An object implementing the ISchedulerColorSchemaCollection<T> interface can be accessed using the SchedulerPrintAdapter.GetResourceColorSchemas method.
See Also
Feedback