C# Class Gu.Wpf.PropertyGrid.ContentRow

Mostra file Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Public Properties

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

Protected Methods

Method Description
OnOldDataContextChanged ( object oldValue, object newValue ) : void
OnOldValueChanged ( object oldValue, object newValue ) : void
UpdateTemplate ( ) : void

Private Methods

Method Description
ContentRow ( ) : System
OnOldDataContextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnPartStyleChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

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

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

HeaderStyleProperty public_oe static_oe property

public static DependencyProperty HeaderStyleProperty
return DependencyProperty

HeaderWidthProperty public_oe static_oe property

public static DependencyProperty HeaderWidthProperty
return DependencyProperty

IsReadOnlyProperty public_oe static_oe property

public static DependencyProperty IsReadOnlyProperty
return DependencyProperty

OldDataContextProperty public_oe static_oe property

public static DependencyProperty OldDataContextProperty
return DependencyProperty

OldValueProperty public_oe static_oe property

public static DependencyProperty OldValueProperty
return DependencyProperty

OldValueStringFormatProperty public_oe static_oe property

public static DependencyProperty OldValueStringFormatProperty
return DependencyProperty

OldValueStyleProperty public_oe static_oe property

public static DependencyProperty OldValueStyleProperty
return DependencyProperty

SuffixMaxWidthProperty public_oe static_oe property

public static DependencyProperty SuffixMaxWidthProperty
return DependencyProperty

SuffixMinWidthProperty public_oe static_oe property

public static DependencyProperty SuffixMinWidthProperty
return DependencyProperty

SuffixProperty public_oe static_oe property

public static DependencyProperty SuffixProperty
return DependencyProperty

SuffixStyleProperty public_oe static_oe property

public static DependencyProperty SuffixStyleProperty
return DependencyProperty

SuffixWidthProperty public_oe static_oe property

public static DependencyProperty SuffixWidthProperty
return DependencyProperty

ValueMaxWidthProperty public_oe static_oe property

public static DependencyProperty ValueMaxWidthProperty
return DependencyProperty

ValueMinWidthProperty public_oe static_oe property

public static DependencyProperty ValueMinWidthProperty
return DependencyProperty

ValueStyleProperty public_oe static_oe property

public static DependencyProperty ValueStyleProperty
return DependencyProperty

ValueWidthProperty public_oe static_oe property

public static DependencyProperty ValueWidthProperty
return DependencyProperty