Skip to main content

ISchedulerColorSchemaCollection<T>.RemoveAt(Int32) Method

Removes an item with the specified index.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

An integer that is the index of an item to remove.

See Also