C# Class Gu.Wpf.PropertyGrid.Row

ファイルを表示 Open project: JohanLarsson/Gu.Wpf.PropertyGrid Class Usage Examples

Public Properties

Property Type Description
ControlTemplateSelectorProperty System.Windows.DependencyProperty
ErrorStyleProperty System.Windows.DependencyProperty
HeaderMaxWidthProperty System.Windows.DependencyProperty
HeaderMinWidthProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
HeaderStyleProperty System.Windows.DependencyProperty
HeaderWidthProperty System.Windows.DependencyProperty
IsDirtyProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
OldDataContextProperty System.Windows.DependencyProperty
OldValueProperty System.Windows.DependencyProperty
OldValueStringFormatProperty System.Windows.DependencyProperty
OldValueStyleProperty System.Windows.DependencyProperty
SuffixMaxWidthProperty System.Windows.DependencyProperty
SuffixMinWidthProperty System.Windows.DependencyProperty
SuffixProperty System.Windows.DependencyProperty
SuffixStyleProperty System.Windows.DependencyProperty
SuffixWidthProperty System.Windows.DependencyProperty
UsePropertyNameAsHeaderProperty System.Windows.DependencyProperty
ValueMaxWidthProperty System.Windows.DependencyProperty
ValueMinWidthProperty System.Windows.DependencyProperty
ValueStyleProperty System.Windows.DependencyProperty
ValueWidthProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnInitialized ( EventArgs e ) : void
OnOldDataContextChanged ( object oldValue, object newValue ) : void
OnOldValueChanged ( object oldValue, object newValue ) : void
OnValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnValueChanged ( object oldValue, object newValue ) : void
UpdateIsDirty ( ) : void
UpdateTemplate ( ) : void

Private Methods

Method Description
OnOldDataContextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnOldValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPartStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Row ( ) : System.Windows

Method Details

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e EventArgs
return void

OnOldDataContextChanged() protected method

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

OnOldValueChanged() protected method

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

OnValueChanged() protected static method

protected static OnValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnValueChanged() protected method

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

UpdateIsDirty() protected abstract method

protected abstract UpdateIsDirty ( ) : void
return void

UpdateTemplate() protected method

protected UpdateTemplate ( ) : void
return void

Property Details

ControlTemplateSelectorProperty public_oe static_oe property

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

ErrorStyleProperty public_oe static_oe property

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

HeaderMaxWidthProperty public_oe static_oe property

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

HeaderMinWidthProperty public_oe static_oe property

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

HeaderProperty public_oe static_oe property

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

HeaderStyleProperty public_oe static_oe property

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

HeaderWidthProperty public_oe static_oe property

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

IsDirtyProperty public_oe static_oe property

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

IsReadOnlyProperty public_oe static_oe property

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

OldDataContextProperty public_oe static_oe property

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

OldValueProperty public_oe static_oe property

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

OldValueStringFormatProperty public_oe static_oe property

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

OldValueStyleProperty public_oe static_oe property

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

SuffixMaxWidthProperty public_oe static_oe property

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

SuffixMinWidthProperty public_oe static_oe property

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

SuffixProperty public_oe static_oe property

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

SuffixStyleProperty public_oe static_oe property

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

SuffixWidthProperty public_oe static_oe property

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

UsePropertyNameAsHeaderProperty public_oe static_oe property

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

ValueMaxWidthProperty public_oe static_oe property

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

ValueMinWidthProperty public_oe static_oe property

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

ValueStyleProperty public_oe static_oe property

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

ValueWidthProperty public_oe static_oe property

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