C# Class Open.Core.Common.Controls.Editors.PropertyGrid

A property-grid editor that displays properties of an object and allows editing of the values.
Inheritance: System.Windows.Controls.ContentControl
Exibir arquivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
FilterByPropertyNameProperty System.Windows.DependencyProperty
IncludeHierarchyProperty System.Windows.DependencyProperty
SelectedObjectProperty System.Windows.DependencyProperty

Public Methods

Method Description
PropertyGrid ( ) : System.Windows
Refresh ( ) : void

Causes a refresh of the property grid values.

Method Details

PropertyGrid() public method

public PropertyGrid ( ) : System.Windows
return System.Windows

Refresh() public method

Causes a refresh of the property grid values.
public Refresh ( ) : void
return void

Property Details

FilterByPropertyNameProperty public_oe static_oe property

Gets or sets a string value to filter the property names by (only display property if the value appears anywhere within the property name). Null for no filtering.
public static DependencyProperty,System.Windows FilterByPropertyNameProperty
return System.Windows.DependencyProperty

IncludeHierarchyProperty public_oe static_oe property

Gets or sets Summary.
public static DependencyProperty,System.Windows IncludeHierarchyProperty
return System.Windows.DependencyProperty

SelectedObjectProperty public_oe static_oe property

Gets or sets the selected object that the grid is rendering property values for.
public static DependencyProperty,System.Windows SelectedObjectProperty
return System.Windows.DependencyProperty