Class MessageBoxType
Different types of message dialogs like in excel.
Inheritance
System.Object
MessageBoxType
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class MessageBoxType : Enum
Fields
Close
Declaration
public const MessageBoxType Close
Field Value
OK
Declaration
public const MessageBoxType OK
Field Value
OKCancel
Declaration
public const MessageBoxType OKCancel
Field Value
RetryCancel
Declaration
public const MessageBoxType RetryCancel
Field Value
YesNo
Declaration
public const MessageBoxType YesNo
Field Value
YesNoCancel
Declaration
public const MessageBoxType YesNoCancel
Field Value
Extension Methods