Skip to main content

CustomFieldCollection.RemoveAt(Int32) Method

In This Article

Removes the CustomFieldCollection item at the specified index.

Namespace: DevExpress.XtraScheduler

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