[]
        
(Showing Draft Content)

C1.WPF.Schedule.SelectFromListScene

SelectFromListScene Class

Interaction logic for SelectFromListScene.xaml

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public class SelectFromListScene : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector, IStyleConnector

Constructors

Name Description
SelectFromListScene()

Initializes the new instance of the SelectFromListScene control.

Properties

Name Description
AllowEdit

Gets or sets boolean value determining whether dialog should allow adding or deleting items.

AllowMultipleSelection

Gets or sets boolean value determining whether multiple selection is allowed.

ItemType

Gets the type of items in collections.

SortedSourceView

Gets the sorted view of SourceCollectionEdited to display in the list of available objects.

SourceCollection

Gets the reference to the source collection.

SourceCollectionEdited

Gets the reference to the edited copy of the source collection.

TargetCollection

Gets the reference to the target collection.

TargetCollectionEdited

Gets the reference to the edited copy of the target collection.

Methods

Name Description
InitializeComponent()

InitializeComponent

OnMouseWheel(MouseWheelEventArgs)
OnPreviewKeyDown(KeyEventArgs)