Gets or sets a value indicating whether the editing operation should be canceled.
public bool Cancel {get; set;}
public:
property bool Cancel {
bool get();
void set ( bool value);
}
Property Value
true to cancel the current editing operation; otherwise, false.