[This is preliminary documentation and is subject to change.]
Holds mappings of rows to grid vertical plane
System Object
System.Collections.Generic List RowMapEntry NFX.WinForms.Controls.GridKit RowMapNamespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class RowMap : List<RowMapEntry>
public sealed class RowMap : List<RowMapEntry>
Public NotInheritable Class RowMap
Inherits List(Of RowMapEntry)
Public NotInheritable Class RowMap
Inherits List(Of RowMapEntry)
public ref class RowMap sealed : public List<RowMapEntry^>
public ref class RowMap sealed : public List<RowMapEntry^>
[<SealedAttribute>]
type RowMap =
class
inherit List<RowMapEntry>
end
[<SealedAttribute>]
type RowMap =
class
inherit List<RowMapEntry>
end