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

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

공개 프로퍼티들

프로퍼티 타입 설명
IsOpenProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
ItemTypeProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
OnIsOpenChanged ( bool oldValue, bool newValue ) : void
OnItemsSourceChanged ( IList oldValue, IList newValue ) : void
OnTextChanged ( string oldValue, string newValue ) : void

비공개 메소드들

메소드 설명
ComputeItems ( ) : IList
ComputeItemsSource ( ) : IList
CreateItemsSource ( ) : IList
OnIsOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemsSourceChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PersistChanges ( ) : void
PrimitiveTypeCollectionControl ( ) : System
SetText ( IEnumerable collection ) : void

메소드 상세

OnIsOpenChanged() 보호된 메소드

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
리턴 void

OnItemsSourceChanged() 보호된 메소드

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

OnTextChanged() 보호된 메소드

protected OnTextChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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