Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1PropertyGrid Class / AutoGenerateProperties Property

In This Topic
    AutoGenerateProperties Property (C1PropertyGrid)
    In This Topic
    Gets or sets a value indicating whether the C1PropertyGrid should try to get the properties of the SelectedObject using reflection.
    Syntax
    'Declaration
     
    
    Public Property AutoGenerateProperties As Boolean
    public bool AutoGenerateProperties {get; set;}
    See Also