Back to Devexpress

SpreadsheetControl.AcceptsTab Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-90604f72.md

latest1.2 KB
Original Source

SpreadsheetControl.AcceptsTab Property

Gets or sets a value indicating whether pressing the TAB key is processed by the SpreadsheetControl instead of moving the focus to the next control in the tab order. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public bool AcceptsTab { get; set; }
vb
Public Property AcceptsTab As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace