C# Class Xceed.Wpf.Toolkit.CollectionControlDialog

CollectionControlDialog
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsReadOnlyProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
NewItemTypesProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CollectionControlDialog ( ) : System
CollectionControlDialog ( Type itemsourceType ) : System
CollectionControlDialog ( Type itemsourceType, IList newItemTypes ) : System

Private Methods

Méthode Description
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
OkButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CollectionControlDialog() public méthode

public CollectionControlDialog ( ) : System
Résultat System

CollectionControlDialog() public méthode

public CollectionControlDialog ( Type itemsourceType ) : System
itemsourceType System.Type
Résultat System

CollectionControlDialog() public méthode

public CollectionControlDialog ( Type itemsourceType, IList newItemTypes ) : System
itemsourceType System.Type
newItemTypes IList
Résultat System

Property Details

IsReadOnlyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsReadOnlyProperty
Résultat System.Windows.DependencyProperty

ItemsSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemsSourceProperty
Résultat System.Windows.DependencyProperty

ItemsSourceTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemsSourceTypeProperty
Résultat System.Windows.DependencyProperty

NewItemTypesProperty public_oe static_oe property

public static DependencyProperty,System.Windows NewItemTypesProperty
Résultat System.Windows.DependencyProperty