C# 클래스 WpfMpdClient.GridViewColumnResize

Static class used to attach to wpf control
파일 보기 프로젝트 열기: sakya/wpfmpdclient

공개 프로퍼티들

프로퍼티 타입 설명
EnabledProperty System.Windows.DependencyProperty
GridViewColumnResizeBehaviorProperty System.Windows.DependencyProperty
ListViewResizeBehaviorProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetEnabled ( DependencyObject obj ) : bool
GetWidth ( DependencyObject obj ) : string
SetEnabled ( DependencyObject obj, bool value ) : void
SetWidth ( DependencyObject obj, string value ) : void

비공개 메소드들

메소드 설명
GetOrCreateBehavior ( System.Windows.Controls.GridViewColumn element ) : GridViewColumnResizeBehavior
GetOrCreateBehavior ( System.Windows.Controls.ListView element ) : ListViewResizeBehavior
OnSetEnabledCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSetWidthCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetEnabled() 공개 정적인 메소드

public static GetEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetWidth() 공개 정적인 메소드

public static GetWidth ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

SetEnabled() 공개 정적인 메소드

public static SetEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetWidth() 공개 정적인 메소드

public static SetWidth ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

EnabledProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows EnabledProperty
리턴 System.Windows.DependencyProperty

GridViewColumnResizeBehaviorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows GridViewColumnResizeBehaviorProperty
리턴 System.Windows.DependencyProperty

ListViewResizeBehaviorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ListViewResizeBehaviorProperty
리턴 System.Windows.DependencyProperty

WidthProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows WidthProperty
리턴 System.Windows.DependencyProperty