ComponentOne PropertyGrid for WPF includes several properties that allow you to set the functionality of the control. Some of the more important properties are listed below. Note that you can see PropertyGrid for WPF Appearance Properties for more information about properties that control appearance.
The following properties let you customize the C1PropertyGrid control:
Property | Description |
Gets or sets a value indicating whether the C1PropertyGrid should try to get the methods of the SelectedObject using reflection. | |
Gets or sets a value indicating whether the C1PropertyGrid should try to get the properties of the SelectedObject using reflection. | |
The list of currently available editors to use in the C1PropertyGrid. The default list includes editors for: bool, Color, Brush, ColorPalette, Enum, Numeric, String, Image and Uri values. | |
The list of category containers (if defined) created to show each category | |
Gets or sets the Style applied to all the generated category containers. | |
The name used for the default category in which the properties are placed. | |
Gets a value indicating whether the disabled visuals of the control are visible. | |
Gets or sets the width of generated editors for the SelectedObject's properties. | |
Gets a value indicating whether the focus visuals of the control are visible. | |
Gets or sets the Style applied to all the generated labels for the SelectedObject's properties. | |
Gets or sets the width of generated labels for the SelectedObject's properties. | |
Gets or sets the list of method attributes used to configure the visualization of the SelectedObject's methods. | |
Gets the MethodBoxes generated to show the SelectedObject's methods on the C1PropertyGrid. | |
Gets or sets the template that defines the panel that controls the layout of methods. | |
Gets or sets the template that defines the panel that controls the layout of properties. | |
Gets or sets the list of property attributes used to configure the visualization of the SelectedObject's properties. | |
Gets the PropertyBoxes generated to show the SelectedObject's properties on the C1PropertyGrid. | |
Gets or sets the type of sorting the C1PropertyGrid uses to display properties. | |
Gets or sets the object for which the C1PropertyGrid displays properties. See The Selected Object for more information. |