Skip to main content

CustomFieldCollection.RemoveAt(Int32) Method

Removes the CustomFieldCollection item at the specified index.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the item to remove.

See Also