Gets the C1FlexGrid that this column belongs to.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[BrowsableAttribute(false)]
public override C1FlexGrid Grid { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property Grid As C1FlexGrid
	Get

See Also