Namespace Sartorius.SAF.Presentation.Behaviors
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 System.Windows.Controls.ComboBox.
CommandBehaviorBase<T>
Base behavior to handle connecting a System.Windows.Controls.Control to a Command.
ContentPresenterTextTrimmingBehavior
Sets System.Windows.Controls.TextBlock.TextTrimming to System.Windows.TextTrimming.CharacterEllipsis for the auto generated System.Windows.Controls.TextBlock of the System.Windows.Controls.ContentPresenter.
Interaction
Contains member for interaction between UI and code.
PasswordChangedBehavior
Defines a behavior for the System.Windows.Controls.PasswordBox password changed event.
PopupAutoCloseBehavior
Behavior that closes the Popup it is attached to after a delay
PopupPositioningBehavior
Behavior that positions the System.Windows.Controls.Primitives.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 System.Windows.Controls.TextBox to allow only entering of decimal values.
TextBoxHexMaskingBehavior
see cref="Behavior"/> for masking a System.Windows.Controls.TextBox to allow only entering of hexadecimal values.
TextBoxIntMaskingBehavior
see cref="Behavior"/> for masking a System.Windows.Controls.TextBox to allow only entering of int values.
TextBoxMaskingBehaviorBase
Microsoft.Xaml.Behaviors.Behavior for masking a System.Windows.Controls.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.