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

BeforeInsertSnListColumnsEventArgs.TargetColumnIndex Property

Specifies the index of a target column, to which an inserted list is placed.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public int TargetColumnIndex { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also