Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Border Class / Content Property

In This Topic
    Content Property
    In This Topic
    Gets the content view of the cell.
    Syntax
    'Declaration
     
    
    Public Property Content As FrameworkElement
    public FrameworkElement Content {get; set;}
    See Also