The Sartorius.SAF.Presentation.Behaviors namespace contains classes for reusable interactivity in SAF projects.
<Test></Test>
Classes
ComboBoxItemDisplayBehavior
Provides different ItemTemplates and/or an additional empty item for a ComboBox.
CommandBehaviorBase<T>
Base behavior to handle connecting a Control to a Command.
ContentPresenterTextTrimmingBehavior
Sets TextTrimming to CharacterEllipsis for the auto generated TextBlock of the ContentPresenter.
Interaction
Contains member for interaction between UI and code.
PasswordChangedBehavior
Defines a behavior for the PasswordBox password changed event.
PopupAutoCloseBehavior
Behavior that closes the Popup it is attached to after a delay
PopupPositioningBehavior
Behavior that positions the Popup relative to its PlacementTarget and within the borders of its Owner
SelectorCommandBehavior
Only for controls that are derived from Selector.
SettingBehavior<T>
Base class for all settings stored via xaml.
TextBoxClickCommandBehavior
Implements a command behavior for TextBox control.
TextBoxDecimalMaskingBehavior
Microsoft.Xaml.Behaviors.Behavior for masking a TextBox to allow only entering of decimal values.
TextBoxHexMaskingBehavior
see cref="Behavior"/> for masking a TextBox to allow only entering of hexadecimal values.
TextBoxIntMaskingBehavior
see cref="Behavior"/> for masking a TextBox to allow only entering of int values.
TextBoxMaskingBehaviorBase
Microsoft.Xaml.Behaviors.Behavior for masking a TextBox to allow only entering specific data.
TextChangedCommandBehavior
Implements a command behavior for TextBox control.
TreeViewBehavior
Implements a behaviors for tree view control.
TreeViewItemEventData
Implements the behavior event data.
ViewClosingBehavior
Implements a closing behavior for view.
WindowAltF4Behavior
Implements a behavior to supress the execution of 'windows Alt + F4' and optionally execute a command instead.
WindowDragMoveBehavior
Behavior for the activation of windows DragMove functionality.
Enums
TreeViewItemEventName
Defined a tree view item events.