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

In This Topic
    Grid Property (CellContentChangingEventArgs)
    In This Topic
    Gets the C1FlexGrid associated to this event
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Grid As C1FlexGrid
    public C1FlexGrid Grid {get;}
    See Also