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

ISchedulerColorSchemaCollection<T>.RemoveAt(Int32) Method

Removes an item with the specified index.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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