C# Class Xceed.Wpf.Toolkit.PropertyGrid.PropertyItem

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsReadOnlyProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
OnDefinitionContainerHelperInvalidated void
PropertyItem System

Méthodes protégées

Méthode Description
OnCoerceValueChanged ( object baseValue ) : object
OnEditorChanged ( FrameworkElement oldValue, FrameworkElement newValue ) : void
OnIsExpandedChanged ( bool oldValue, bool newValue ) : void
OnValueChanged ( object oldValue, object newValue ) : void

Private Methods

Méthode Description
OnDefinitionContainerHelperInvalidated ( object sender, EventArgs e ) : void
PropertyItem ( DescriptorPropertyDefinitionBase definition ) : System

Method Details

OnCoerceValueChanged() protected méthode

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

OnEditorChanged() protected méthode

protected OnEditorChanged ( FrameworkElement oldValue, FrameworkElement newValue ) : void
oldValue System.Windows.FrameworkElement
newValue System.Windows.FrameworkElement
Résultat void

OnIsExpandedChanged() protected méthode

protected OnIsExpandedChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
Résultat void

OnValueChanged() protected méthode

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

Property Details

IsReadOnlyProperty public_oe static_oe property

Identifies the IsReadOnly dependency property
public static DependencyProperty,System.Windows IsReadOnlyProperty
Résultat System.Windows.DependencyProperty