[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
System Object
System MarshalByRefObject
System.ComponentModel Component
System.Windows.Forms Control NFX.WinForms.Controls.GridKit GridNamespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public class Grid : Control, IConfigurable, IConfigurationPersistent
public class Grid : Control, IConfigurable, IConfigurationPersistent
Public Class Grid
Inherits Control
Implements IConfigurable, IConfigurationPersistent
Public Class Grid
Inherits Control
Implements IConfigurable, IConfigurationPersistent
public ref class Grid : public Control,
IConfigurable, IConfigurationPersistent
public ref class Grid : public Control,
IConfigurable, IConfigurationPersistent
type Grid =
class
inherit Control
interface IConfigurable
interface IConfigurationPersistent
end
type Grid =
class
inherit Control
interface IConfigurable
interface IConfigurationPersistent
end