ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / Grid Property

In This Topic
    Grid Property (Column)
    In This Topic
    Gets the C1FlexGrid that this column belongs to.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Grid As C1FlexGrid
    public override C1FlexGrid Grid {get;}
    See Also