C# Класс Cimbalino.Phone.Toolkit.Controls.PropertyGrid

Represents a PropertyGrid control capable of managing an object properties.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ItemTemplateProperty System.Windows.DependencyProperty
ShowCategoriesProperty System.Windows.DependencyProperty
SourceObjectProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void

Called just before a UI element displays in an application.

PropertyGrid ( ) : System

Initializes a new instance of the PropertyGrid class.

Приватные методы

Метод Описание
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

Описание методов

OnApplyTemplate() публичный Метод

Called just before a UI element displays in an application.
public OnApplyTemplate ( ) : void
Результат void

PropertyGrid() публичный Метод

Initializes a new instance of the PropertyGrid class.
public PropertyGrid ( ) : System
Результат System

Описание свойств

ItemTemplateProperty публичное статическое свойство

Identifier for the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
Результат System.Windows.DependencyProperty

ShowCategoriesProperty публичное статическое свойство

Identifier for the ShowCategories dependency property.
public static DependencyProperty,System.Windows ShowCategoriesProperty
Результат System.Windows.DependencyProperty

SourceObjectProperty публичное статическое свойство

Identifier for the SourceObject dependency property.
public static DependencyProperty,System.Windows SourceObjectProperty
Результат System.Windows.DependencyProperty