Gets or sets a value indicating whether the C1PropertyGrid should try to get the properties of the SelectedObject using reflection.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool AutoGenerateProperties { get; set; }
Visual Basic
Public Property AutoGenerateProperties As Boolean
	Get
	Set
XAML Attribute Usage
<object AutoGenerateProperties="bool" .../>

Remarks

This is a dependency property.

See Also