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
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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