Grid ClassNFX Class Library

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

Implements a Grid control base. DataRowSource is a list of row objects - if it changes in separate thread then it is row's responsibility to synchronize accessors as this grid makes no assumptions about thread safety
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.ComponentModel Component
      OnlineSystem.Windows.Forms Control
        NFX.WinForms.Controls.GridKit Grid

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

public class Grid : Control, IConfigurable, IConfigurationPersistent
See Also