Click or drag to resize

MessageDialogModelButtons Property

Determines the buttons on the MessageDialog.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Buttons { get; set; }

Property Value

Type: String
Remarks

The values for different buttons must be separated by commas (,).

See Also