Class DialogBehavior
Contains data and methods to manipulate dialogs
Inheritance
System.Object
DialogBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.User.UI
Assembly: Simplic.User.UI.dll
Syntax
public static class DialogBehavior
Fields
| Improve this Doc View SourceClosedProperty
Notifies that window is closed
Declaration
public static readonly DependencyProperty ClosedProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ClosingProperty
Notifies about the window closing process
Declaration
public static readonly DependencyProperty ClosingProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
DialogViewModelsProperty
Items source for dialog view models
Declaration
public static readonly DependencyProperty DialogViewModelsProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Methods
| Improve this Doc View SourceGetDialogViewModels(DependencyObject)
Getter for
Declaration
public static object GetDialogViewModels(DependencyObject source)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | source |
Returns
Type | Description |
---|---|
System.Object |
SetDialogViewModels(DependencyObject, Object)
Setter for
Declaration
public static void SetDialogViewModels(DependencyObject source, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | source | |
System.Object | value |