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

CustomFieldCollection.RemoveAt(Int32) Method

Removes the CustomFieldCollection item at the specified index.

Namespace: DevExpress.XtraScheduler

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