C# 클래스 SEToolbox.Controls.SortableListView

상속: System.Windows.Controls.ListView
파일 보기 프로젝트 열기: midspace/SEToolbox

공개 프로퍼티들

프로퍼티 타입 설명
ColumnHeaderArrowDownTemplateProperty System.Windows.DependencyProperty
ColumnHeaderArrowUpTemplateProperty System.Windows.DependencyProperty
DefaultSortColumnProperty System.Windows.DependencyProperty
MouseDoubleClickItemEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void
OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void

비공개 메소드들

메소드 설명
GridViewColumnHeaderClickedHandler ( object sender, RoutedEventArgs e ) : void
MouseDoubleClickedHandler ( object sender, RoutedEventArgs e ) : void
Sort ( ItemsControl lv, List sortList, ListSortDirection direction ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e EventArgs
리턴 void

OnItemsSourceChanged() 보호된 메소드

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

public static RoutedEvent,System.Windows MouseDoubleClickItemEvent
리턴 System.Windows.RoutedEvent