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
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
CategoryProperty System.Windows.DependencyProperty
PropertyOrderProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnCoerceValueChanged ( object baseValue ) : object
OnValueChanged ( object oldValue, object newValue ) : void

Private Methods

Method 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 method

protected OnCoerceValueChanged ( object baseValue ) : object
baseValue object
return object

OnValueChanged() protected method

protected OnValueChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
return void

Property Details

CategoryProperty public_oe static_oe property

public static DependencyProperty,System.Windows CategoryProperty
return System.Windows.DependencyProperty

PropertyOrderProperty public_oe static_oe property

public static DependencyProperty,System.Windows PropertyOrderProperty
return System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty