Gets or sets the string to be displayed as a caption for an 'OK' button.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string OKButtonCaption { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OKButtonCaption As String |
See Also