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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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