C# Class Grabacr07.KanColleViewer.Views.Behaviors.GridViewBehaviors

Inheritance: System.Windows.Controls.GridViewColumnHeader
Mostrar archivo Open project: KCV-Localisation/KanColleViewer

Public Properties

Property Type Description
CollapseableColumnProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCollapseableColumn ( DependencyObject d ) : bool
SetCollapseableColumn ( DependencyObject d, bool value ) : void

Private Methods

Method Description
AdjustWidth ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCollapseableColumnChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetCollapseableColumn() public static method

public static GetCollapseableColumn ( DependencyObject d ) : bool
d System.Windows.DependencyObject
return bool

SetCollapseableColumn() public static method

public static SetCollapseableColumn ( DependencyObject d, bool value ) : void
d System.Windows.DependencyObject
value bool
return void

Property Details

CollapseableColumnProperty public_oe static_oe property

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