DialogCloserBehavior Class

Behavior to manage modal dialog from viewmodel.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class DialogCloserBehavior : Behavior<Window>
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    Behavior    BehaviorWindow    DialogCloserBehavior

Constructors

DialogCloserBehaviorInitializes a new instance of the DialogCloserBehavior class

Properties

DialogResult Dependency property to manage dialog result.

Fields

DialogResultProperty Identifies the dependency property DialogResult.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also