C# Class Xceed.Wpf.Toolkit.PrimitiveTypeCollectionControl

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsOpenProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
ItemTypeProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
ItemsSourceTypeProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
OnIsOpenChanged ( bool oldValue, bool newValue ) : void
OnItemsSourceChanged ( IList oldValue, IList newValue ) : void
OnTextChanged ( string oldValue, string newValue ) : void

Private Methods

Méthode Description
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

Method Details

OnIsOpenChanged() protected méthode

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
Résultat void

OnItemsSourceChanged() protected méthode

protected OnItemsSourceChanged ( IList oldValue, IList newValue ) : void
oldValue IList
newValue IList
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
Résultat void

Property Details

IsOpenProperty public_oe static_oe property

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

IsReadOnlyProperty public_oe static_oe property

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

ItemTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemTypeProperty
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

TextProperty public_oe static_oe property

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