Back to Devexpress

SpreadsheetControl.AcceptsEscape Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-3ab0c96c.md

latest1.3 KB
Original Source

SpreadsheetControl.AcceptsEscape Property

Gets or sets a value indicating whether pressing the ESC key is processed by the SpreadsheetControl.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AcceptsEscape { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AcceptsEscape As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the input ESC key is processed by the SpreadsheetControl, otherwise false.

|

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace