Skip to main content

ISchedulerColorSchemaCollection<T>.RemoveAt(Int32) Method

In This Article

Removes an item with the specified index.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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