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