FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridTextCellView Class / ReadOnlyContent Property

In This Topic
    ReadOnlyContent Property (GridTextCellView)
    In This Topic
    Gets the element shown as content when it is not editing.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReadOnlyContent As FrameworkElement
    public FrameworkElement ReadOnlyContent {get;}
    See Also