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

CollectionControlDialog
상속: System.Windows.Window, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsReadOnlyProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
NewItemTypesProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CollectionControlDialog ( ) : System
CollectionControlDialog ( Type itemsourceType ) : System
CollectionControlDialog ( Type itemsourceType, IList newItemTypes ) : System

비공개 메소드들

메소드 설명
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
OkButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

CollectionControlDialog() 공개 메소드

public CollectionControlDialog ( ) : System
리턴 System

CollectionControlDialog() 공개 메소드

public CollectionControlDialog ( Type itemsourceType ) : System
itemsourceType System.Type
리턴 System

CollectionControlDialog() 공개 메소드

public CollectionControlDialog ( Type itemsourceType, IList newItemTypes ) : System
itemsourceType System.Type
newItemTypes IList
리턴 System

프로퍼티 상세

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

public static DependencyProperty,System.Windows IsReadOnlyProperty
리턴 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