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

In This Topic
    Cell Property
    In This Topic
    Gets the visual element representing the cell content.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cell As FrameworkElement
    public FrameworkElement Cell {get;}
    See Also