C# Class Cimbalino.Phone.Toolkit.Controls.PropertyGrid

Represents a PropertyGrid control capable of managing an object properties.
Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Свойство Type Description
ItemTemplateProperty System.Windows.DependencyProperty
ShowCategoriesProperty System.Windows.DependencyProperty
SourceObjectProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Called just before a UI element displays in an application.

PropertyGrid ( ) : System

Initializes a new instance of the PropertyGrid class.

Private Methods

Méthode Description
GetProperties ( ) : IEnumerable
OnShowCategoriesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSourceObjectChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SourceObject_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Update ( ) : void

Method Details

OnApplyTemplate() public méthode

Called just before a UI element displays in an application.
public OnApplyTemplate ( ) : void
Résultat void

PropertyGrid() public méthode

Initializes a new instance of the PropertyGrid class.
public PropertyGrid ( ) : System
Résultat System

Property Details

ItemTemplateProperty public_oe static_oe property

Identifier for the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
Résultat System.Windows.DependencyProperty

ShowCategoriesProperty public_oe static_oe property

Identifier for the ShowCategories dependency property.
public static DependencyProperty,System.Windows ShowCategoriesProperty
Résultat System.Windows.DependencyProperty

SourceObjectProperty public_oe static_oe property

Identifier for the SourceObject dependency property.
public static DependencyProperty,System.Windows SourceObjectProperty
Résultat System.Windows.DependencyProperty