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

Represents a PropertyGrid control capable of managing an object properties.
Inheritance: System.Windows.Controls.ContentControl
ファイルを表示 Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Properties

Property Type Description
ItemTemplateProperty System.Windows.DependencyProperty
ShowCategoriesProperty System.Windows.DependencyProperty
SourceObjectProperty System.Windows.DependencyProperty

Public Methods

Method 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

Method 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 method

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

PropertyGrid() public method

Initializes a new instance of the PropertyGrid class.
public PropertyGrid ( ) : System
return System

Property Details

ItemTemplateProperty public_oe static_oe property

Identifier for the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
return System.Windows.DependencyProperty

ShowCategoriesProperty public_oe static_oe property

Identifier for the ShowCategories dependency property.
public static DependencyProperty,System.Windows ShowCategoriesProperty
return System.Windows.DependencyProperty

SourceObjectProperty public_oe static_oe property

Identifier for the SourceObject dependency property.
public static DependencyProperty,System.Windows SourceObjectProperty
return System.Windows.DependencyProperty