Objective Grid for Microsoft® .NET® Reference Guide

GridControl.HgMap Property

Back to Class Index

Returns a pointer to the HierGridMap object.     

[Visual Basic]
Public ReadOnly Property HgMap As HierGridMap
[C#]
public HierGridMap HgMap {get;}

Remarks

    

The Hierarchical Grid Mapping object 'HierGridMap' returned by this property is responsible for automatically mapping between hierarchical grid cell coordinates and non-hierarchical grid cell coordinates. The mapper object returned by this property provides functions which enable you to suspend the mapping and manually map between coordinate systems. See HierGridMap for more details.     

    

Note: This property is for advanced hierarchical grid uses and should not be required in most cases.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace