Skip to main content

ISnapFieldOwner.RemoveField(Int32) Method

Removes a Snap field at the specified position.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

void RemoveField(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer value, specifying the field’s position in a Snap list.

See Also