Search Results for

    Show / Hide Table of Contents

    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 Source

    ClosedProperty

    Notifies that window is closed

    Declaration
    public static readonly DependencyProperty ClosedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    ClosingProperty

    Notifies about the window closing process

    Declaration
    public static readonly DependencyProperty ClosingProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    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 Source

    GetDialogViewModels(DependencyObject)

    Getter for property

    Declaration
    public static object GetDialogViewModels(DependencyObject source)
    Parameters
    Type Name Description
    System.Windows.DependencyObject source
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    SetDialogViewModels(DependencyObject, Object)

    Setter for property

    Declaration
    public static void SetDialogViewModels(DependencyObject source, object value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject source
    System.Object value
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx