Class ModalPopup
Inheritance
System.Object
ModalPopup
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class ModalPopup : ContentControl
Constructors
ModalPopup()
Declaration
Fields
IsOpenProperty
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods