Class DialogOpenEventArgs
Dialog open event arguments.
Inheritance
System.Object
DialogOpenEventArgs
Namespace: Syncfusion.SfPicker.XForms
Assembly: Syncfusion.SfPicker.XForms.dll
Syntax
public class DialogOpenEventArgs : EventArgs
Constructors
DialogOpenEventArgs()
Declaration
public DialogOpenEventArgs()
Properties
IsGrayout
Gets or sets a value indicating whether IsGrayout or not./> is grayout.
Declaration
public bool IsGrayout { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|