Gets or sets a value indicating whether the operation is confirmed.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Confirm { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Confirm As Boolean |
true to confirm the operation; false, to reject it. The default is true.
See Also