C# Класс Open.Core.Common.Controls.Editors.PropertyGrid

A property-grid editor that displays properties of an object and allows editing of the values.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
FilterByPropertyNameProperty System.Windows.DependencyProperty
IncludeHierarchyProperty System.Windows.DependencyProperty
SelectedObjectProperty System.Windows.DependencyProperty

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

Метод Описание
PropertyGrid ( ) : System.Windows
Refresh ( ) : void

Causes a refresh of the property grid values.

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

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

public PropertyGrid ( ) : System.Windows
Результат System.Windows

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

Causes a refresh of the property grid values.
public Refresh ( ) : void
Результат void

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

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

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
Результат System.Windows.DependencyProperty

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

Gets or sets Summary.
public static DependencyProperty,System.Windows IncludeHierarchyProperty
Результат System.Windows.DependencyProperty

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

Gets or sets the selected object that the grid is rendering property values for.
public static DependencyProperty,System.Windows SelectedObjectProperty
Результат System.Windows.DependencyProperty