C# Class withSIX.Play.Presentation.Wpf.Behaviors.PropertyGridExtensions

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
CustomizationProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCustomization ( DependencyObject obj ) : bool
SetCustomization ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
CustomizationChangedCallback ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PropertyGridOnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
SetupItemsControl ( Xceed.Wpf.Toolkit.PropertyGrid.PropertyItemsControl itemsControl ) : void

Method Details

GetCustomization() public static method

public static GetCustomization ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetCustomization() public static method

public static SetCustomization ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

CustomizationProperty public_oe static_oe property

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