C# Class Xceed.Wpf.Toolkit.PrimitiveTypeCollectionControl

Inheritance: System.Windows.Controls.ContentControl
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property 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

Protected Methods

Method Description
OnIsOpenChanged ( bool oldValue, bool newValue ) : void
OnItemsSourceChanged ( IList oldValue, IList newValue ) : void
OnTextChanged ( string oldValue, string newValue ) : void

Private Methods

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

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
return void

OnItemsSourceChanged() protected method

protected OnItemsSourceChanged ( IList oldValue, IList newValue ) : void
oldValue IList
newValue IList
return void

OnTextChanged() protected method

protected OnTextChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

Property Details

IsOpenProperty public_oe static_oe property

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

IsReadOnlyProperty public_oe static_oe property

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

ItemTypeProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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