ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1EditableContentControl Class / ContentControl Property

In This Topic
    ContentControl Property
    In This Topic
    Control visible when it is not in edit mode.
    Syntax
    'Declaration
     
    
    Public Property ContentControl As ContentPresenter
    public ContentPresenter ContentControl {get; set;}
    See Also