C# Class Gu.Wpf.PropertyGrid.PropertyGrid

Datei anzeigen Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Public Properties

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

Public Methods

Method Description
SetErrorStyle ( this element, System.Windows.Style value ) : void
SetHeaderMaxWidth ( this element, double value ) : void
SetHeaderMinWidth ( this element, double value ) : void
SetHeaderStyle ( this element, System.Windows.Style value ) : void
SetHeaderWidth ( this element, System.Windows.GridLength value ) : void
SetIsReadOnly ( this element, bool value ) : void
SetOldDataContext ( this element, object value ) : void
SetOldValueStringFormat ( this element, string value ) : void
SetOldValueStyle ( this element, System.Windows.Style value ) : void
SetSuffixMaxWidth ( this element, double value ) : void
SetSuffixMinWidth ( this element, double value ) : void
SetSuffixStyle ( this element, System.Windows.Style value ) : void
SetSuffixWidth ( this element, System.Windows.GridLength value ) : void
SetValueMaxWidth ( this element, double value ) : void
SetValueMinWidth ( this element, double value ) : void
SetValueStyle ( this element, System.Windows.Style value ) : void
SetValueWidth ( this element, System.Windows.GridLength value ) : void

Private Methods

Method Description
GetErrorStyle ( this element ) : System.Windows.Style
GetHeaderMaxWidth ( this element ) : double
GetHeaderMinWidth ( this element ) : double
GetHeaderStyle ( this element ) : System.Windows.Style
GetHeaderWidth ( this element ) : System.Windows.GridLength
GetIsReadOnly ( this element ) : bool
GetOldDataContext ( this element ) : object
GetOldValueStringFormat ( this element ) : string
GetOldValueStyle ( this element ) : System.Windows.Style
GetSuffixMaxWidth ( this element ) : double
GetSuffixMinWidth ( this element ) : double
GetSuffixStyle ( this element ) : System.Windows.Style
GetSuffixWidth ( this element ) : System.Windows.GridLength
GetValueMaxWidth ( this element ) : double
GetValueMinWidth ( this element ) : double
GetValueStyle ( this element ) : System.Windows.Style
GetValueWidth ( this element ) : System.Windows.GridLength

Method Details

SetErrorStyle() public static method

public static SetErrorStyle ( this element, System.Windows.Style value ) : void
element this
value System.Windows.Style
return void

SetHeaderMaxWidth() public static method

public static SetHeaderMaxWidth ( this element, double value ) : void
element this
value double
return void

SetHeaderMinWidth() public static method

public static SetHeaderMinWidth ( this element, double value ) : void
element this
value double
return void

SetHeaderStyle() public static method

public static SetHeaderStyle ( this element, System.Windows.Style value ) : void
element this
value System.Windows.Style
return void

SetHeaderWidth() public static method

public static SetHeaderWidth ( this element, System.Windows.GridLength value ) : void
element this
value System.Windows.GridLength
return void

SetIsReadOnly() public static method

public static SetIsReadOnly ( this element, bool value ) : void
element this
value bool
return void

SetOldDataContext() public static method

public static SetOldDataContext ( this element, object value ) : void
element this
value object
return void

SetOldValueStringFormat() public static method

public static SetOldValueStringFormat ( this element, string value ) : void
element this
value string
return void

SetOldValueStyle() public static method

public static SetOldValueStyle ( this element, System.Windows.Style value ) : void
element this
value System.Windows.Style
return void

SetSuffixMaxWidth() public static method

public static SetSuffixMaxWidth ( this element, double value ) : void
element this
value double
return void

SetSuffixMinWidth() public static method

public static SetSuffixMinWidth ( this element, double value ) : void
element this
value double
return void

SetSuffixStyle() public static method

public static SetSuffixStyle ( this element, System.Windows.Style value ) : void
element this
value System.Windows.Style
return void

SetSuffixWidth() public static method

public static SetSuffixWidth ( this element, System.Windows.GridLength value ) : void
element this
value System.Windows.GridLength
return void

SetValueMaxWidth() public static method

public static SetValueMaxWidth ( this element, double value ) : void
element this
value double
return void

SetValueMinWidth() public static method

public static SetValueMinWidth ( this element, double value ) : void
element this
value double
return void

SetValueStyle() public static method

public static SetValueStyle ( this element, System.Windows.Style value ) : void
element this
value System.Windows.Style
return void

SetValueWidth() public static method

public static SetValueWidth ( this element, System.Windows.GridLength value ) : void
element this
value System.Windows.GridLength
return void

Property Details

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,System.Windows HeaderStyleProperty
return System.Windows.DependencyProperty

HeaderWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderWidthProperty
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

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

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

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