Class FilterControlSettingBehavior
Implements a Setting-Behavior for WPF element Sartorius.SAF.Presentation.Controls.FilterControl. This setting behavior stores/restored: visibility of the filter items / filter value of the filter items / IsCollapsed property
Behavior<FilterControl>.AssociatedObject
Behavior.OnDetaching()
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType
Namespace: Sartorius.SAF.Presentation.Controls.Behaviors
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class FilterControlSettingBehavior : SettingBehavior<FilterControl>, IAnimatable, IAttachedObject, IUiElementSettings
Methods
View SourceRestore(object)
Restores all settings.
Declaration
public override void Restore(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | The settings. |
Overrides
View SourceStore()
Stores all settings in an object.
Declaration
public override object Store()
Returns
| Type | Description |
|---|---|
| object | The object that contains all settings. |
Overrides
Implements
Microsoft.Xaml.Behaviors.IAttachedObject