C# 클래스 Yuhan.WPF.VisualContainer.VisualGrid

상속: System.Windows.Controls.ItemsControl
파일 보기 프로젝트 열기: hansuky/Yuhan

공개 프로퍼티들

프로퍼티 타입 설명
ColumnCountProperty System.Windows.DependencyProperty
ColumnFieldNameProperty System.Windows.DependencyProperty
ColumnSpanFieldNameProperty System.Windows.DependencyProperty
IsEditableProperty System.Windows.DependencyProperty
RowCountProperty System.Windows.DependencyProperty
RowFieldNameProperty System.Windows.DependencyProperty
RowSpanFieldNameProperty System.Windows.DependencyProperty
ShowGridLinesProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
InitItemContainerStyle ( ) : void
VisualGrid ( ) : System

보호된 메소드들

메소드 설명
GenerateItemContainerStyle ( ) : System.Windows.Style
OnColumnFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnColumnSpanFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRowFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRowSpanFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
ColumnCount_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
IsEditableChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RowCount_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GenerateItemContainerStyle() 보호된 메소드

protected GenerateItemContainerStyle ( ) : System.Windows.Style
리턴 System.Windows.Style

InitItemContainerStyle() 공개 메소드

public InitItemContainerStyle ( ) : void
리턴 void

OnColumnFieldNameChanged() 보호된 정적인 메소드

protected static OnColumnFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnColumnSpanFieldNameChanged() 보호된 정적인 메소드

protected static OnColumnSpanFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnRowFieldNameChanged() 보호된 정적인 메소드

protected static OnRowFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnRowSpanFieldNameChanged() 보호된 정적인 메소드

protected static OnRowSpanFieldNameChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

VisualGrid() 공개 메소드

public VisualGrid ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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