[]
Gets or sets a value indicating whether the action of entering edit mode should be canceled.
public bool Cancel { get; set; }
| Type | Description |
|---|---|
| bool |
|
Setting this property to true prevents the control from entering edit mode. This can be used to enforce custom validation
or other pre-editing conditions. The default value is false, allowing edit mode to be entered.