C# 클래스 Xceed.Wpf.Toolkit.PropertyGrid.CustomPropertyItem

Used when properties are provided using a list source of items (eg. Properties or PropertiesSource). An instance of this class can be used as an item to easily customize the display of the property directly by modifying the values of this class (e.g., DisplayName, value, Category, etc.).
상속: PropertyItemBase
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CategoryProperty System.Windows.DependencyProperty
PropertyOrderProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
OnCoerceValueChanged ( object baseValue ) : object
OnValueChanged ( object oldValue, object newValue ) : void

비공개 메소드들

메소드 설명
CustomPropertyItem ( ) : System
CustomPropertyItem ( bool isPropertyGridCategorized ) : System
OnCoerceValueChanged ( DependencyObject o, object baseValue ) : object
OnValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

OnCoerceValueChanged() 보호된 메소드

protected OnCoerceValueChanged ( object baseValue ) : object
baseValue object
리턴 object

OnValueChanged() 보호된 메소드

protected OnValueChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
리턴 void

프로퍼티 상세

CategoryProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CategoryProperty
리턴 System.Windows.DependencyProperty

PropertyOrderProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PropertyOrderProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty