C# Class Gu.Wpf.PropertyGrid.ContentRow

Show 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 static property

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

ErrorStyleProperty public static property

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

HeaderMaxWidthProperty public static property

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

HeaderMinWidthProperty public static property

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

HeaderStyleProperty public static property

public static DependencyProperty HeaderStyleProperty
return DependencyProperty

HeaderWidthProperty public static property

public static DependencyProperty HeaderWidthProperty
return DependencyProperty

IsReadOnlyProperty public static property

public static DependencyProperty IsReadOnlyProperty
return DependencyProperty

OldDataContextProperty public static property

public static DependencyProperty OldDataContextProperty
return DependencyProperty

OldValueProperty public static property

public static DependencyProperty OldValueProperty
return DependencyProperty

OldValueStringFormatProperty public static property

public static DependencyProperty OldValueStringFormatProperty
return DependencyProperty

OldValueStyleProperty public static property

public static DependencyProperty OldValueStyleProperty
return DependencyProperty

SuffixMaxWidthProperty public static property

public static DependencyProperty SuffixMaxWidthProperty
return DependencyProperty

SuffixMinWidthProperty public static property

public static DependencyProperty SuffixMinWidthProperty
return DependencyProperty

SuffixProperty public static property

public static DependencyProperty SuffixProperty
return DependencyProperty

SuffixStyleProperty public static property

public static DependencyProperty SuffixStyleProperty
return DependencyProperty

SuffixWidthProperty public static property

public static DependencyProperty SuffixWidthProperty
return DependencyProperty

ValueMaxWidthProperty public static property

public static DependencyProperty ValueMaxWidthProperty
return DependencyProperty

ValueMinWidthProperty public static property

public static DependencyProperty ValueMinWidthProperty
return DependencyProperty

ValueStyleProperty public static property

public static DependencyProperty ValueStyleProperty
return DependencyProperty

ValueWidthProperty public static property

public static DependencyProperty ValueWidthProperty
return DependencyProperty