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
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Свойство Type Description
FilterByPropertyNameProperty System.Windows.DependencyProperty
IncludeHierarchyProperty System.Windows.DependencyProperty
SelectedObjectProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
PropertyGrid ( ) : System.Windows
Refresh ( ) : void

Causes a refresh of the property grid values.

Method Details

PropertyGrid() public méthode

public PropertyGrid ( ) : System.Windows
Résultat System.Windows

Refresh() public méthode

Causes a refresh of the property grid values.
public Refresh ( ) : void
Résultat 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
Résultat System.Windows.DependencyProperty

IncludeHierarchyProperty public_oe static_oe property

Gets or sets Summary.
public static DependencyProperty,System.Windows IncludeHierarchyProperty
Résultat 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
Résultat System.Windows.DependencyProperty