C# 클래스 Xceed.Wpf.Toolkit.CollectionControl

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsReadOnlyProperty System.Windows.DependencyProperty
ItemAddedEvent System.Windows.RoutedEvent
ItemAddingEvent System.Windows.RoutedEvent
ItemDeletedEvent System.Windows.RoutedEvent
ItemDeletingEvent System.Windows.RoutedEvent
ItemMovedDownEvent System.Windows.RoutedEvent
ItemMovedUpEvent System.Windows.RoutedEvent
ItemsProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
NewItemTypesProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
OnItemSourceChanged ( IList oldValue, IList newValue ) : void
PersistChanges ( ) : void

비공개 메소드들

메소드 설명
AddNew ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CanAddNew ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanDelete ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanMoveDown ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanMoveUp ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CollectionControl ( ) : System
ComputeItemsSource ( ) : IList
CreateItemsSource ( ) : IList
CreateNewItem ( Type type ) : object
Delete ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
MoveDown ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
MoveUp ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
NewItemTypesComboBox_Loaded ( object sender, RoutedEventArgs e ) : void
OnItemsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnItemSourceChanged() 공개 메소드

public OnItemSourceChanged ( IList oldValue, IList newValue ) : void
oldValue IList
newValue IList
리턴 void

PersistChanges() 공개 메소드

public PersistChanges ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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