C# Class 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.).
Inheritance: PropertyItemBase
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
CategoryProperty System.Windows.DependencyProperty
PropertyOrderProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
OnCoerceValueChanged ( object baseValue ) : object
OnValueChanged ( object oldValue, object newValue ) : void

Private Methods

Méthode Description
CustomPropertyItem ( ) : System
CustomPropertyItem ( bool isPropertyGridCategorized ) : System
OnCoerceValueChanged ( DependencyObject o, object baseValue ) : object
OnValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnCoerceValueChanged() protected méthode

protected OnCoerceValueChanged ( object baseValue ) : object
baseValue object
Résultat object

OnValueChanged() protected méthode

protected OnValueChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
Résultat void

Property Details

CategoryProperty public_oe static_oe property

public static DependencyProperty,System.Windows CategoryProperty
Résultat System.Windows.DependencyProperty

PropertyOrderProperty public_oe static_oe property

public static DependencyProperty,System.Windows PropertyOrderProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty