menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DialogOpeningEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DialogOpeningEventArgs

    Represents the Arguments for DialogOpeningEventArgs

    Inheritance
    System.Object
    DialogOpeningEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class DialogOpeningEventArgs : EventArgs

    Constructors

    DialogOpeningEventArgs(Boolean)

    Initializes a new instance of the DialogOpeningEventArgs class.

    Declaration
    public DialogOpeningEventArgs(bool showgray)
    Parameters
    Type Name Description
    System.Boolean showgray

    Properties

    ShowGrayOut

    Gets or sets the value that show / remove the gray outside layout

    Declaration
    public bool ShowGrayOut { get; set; }
    Property Value
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved