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 |