C# Class Xceed.Wpf.Toolkit.CollectionControl

Inheritance: System.Windows.Controls.Control
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
OnApplyTemplate ( ) : void
OnItemSourceChanged ( IList oldValue, IList newValue ) : void
PersistChanges ( ) : void

Private Methods

Method Description
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

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnItemSourceChanged() public method

public OnItemSourceChanged ( IList oldValue, IList newValue ) : void
oldValue IList
newValue IList
return void

PersistChanges() public method

public PersistChanges ( ) : void
return void

Property Details

IsReadOnlyProperty public static property

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

ItemAddedEvent public static property

public static RoutedEvent,System.Windows ItemAddedEvent
return System.Windows.RoutedEvent

ItemAddingEvent public static property

public static RoutedEvent,System.Windows ItemAddingEvent
return System.Windows.RoutedEvent

ItemDeletedEvent public static property

public static RoutedEvent,System.Windows ItemDeletedEvent
return System.Windows.RoutedEvent

ItemDeletingEvent public static property

public static RoutedEvent,System.Windows ItemDeletingEvent
return System.Windows.RoutedEvent

ItemMovedDownEvent public static property

public static RoutedEvent,System.Windows ItemMovedDownEvent
return System.Windows.RoutedEvent

ItemMovedUpEvent public static property

public static RoutedEvent,System.Windows ItemMovedUpEvent
return System.Windows.RoutedEvent

ItemsProperty public static property

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

ItemsSourceProperty public static property

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

ItemsSourceTypeProperty public static property

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

NewItemTypesProperty public static property

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

SelectedItemProperty public static property

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