C# Class Xceed.Wpf.Toolkit.CollectionControlDialog

CollectionControlDialog
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
IsReadOnlyProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
NewItemTypesProperty System.Windows.DependencyProperty

Public Methods

Method Description
CollectionControlDialog ( ) : System
CollectionControlDialog ( Type itemsourceType ) : System
CollectionControlDialog ( Type itemsourceType, IList newItemTypes ) : System

Private Methods

Method Description
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
OkButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CollectionControlDialog() public method

public CollectionControlDialog ( ) : System
return System

CollectionControlDialog() public method

public CollectionControlDialog ( Type itemsourceType ) : System
itemsourceType System.Type
return System

CollectionControlDialog() public method

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

Property Details

IsReadOnlyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsReadOnlyProperty
return System.Windows.DependencyProperty

ItemsSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemsSourceProperty
return System.Windows.DependencyProperty

ItemsSourceTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemsSourceTypeProperty
return System.Windows.DependencyProperty

NewItemTypesProperty public_oe static_oe property

public static DependencyProperty,System.Windows NewItemTypesProperty
return System.Windows.DependencyProperty