Gets the zones the grid component is running within.

C# | Visual Basic | Visual C++ | J# |
IDictionary<string, IZone> Zones { get; }
ReadOnly Property Zones As IDictionary(Of String, IZone)
property IDictionary<String^, IZone^>^ Zones { IDictionary<String^, IZone^>^ get (); }
/** @property */ IDictionary<String, IZone> get_Zones()