Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / PropertyBox Class / Panel Property

In This Topic
    Panel Property (PropertyBox)
    In This Topic
    Gets the panel that contains the label and the editor of the property box.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Panel As Grid
    public Grid Panel {get;}
    See Also