Column FieldIndex Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns field index - this may be handy for associating column in array position so column accessors may read data from list/array by index for faster response times

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int FieldIndex { get; }

Property Value

Type: OnlineInt32
See Also