Back to Devexpress

SpreadsheetCellValidatingEventArgs.EditorText Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetcellvalidatingeventargs.md

latest1.2 KB
Original Source

SpreadsheetCellValidatingEventArgs.EditorText Property

Gets or sets the string entered in the cell editor.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string EditorText { get; set; }
vb
Public Property EditorText As String

Property Value

TypeDescription
String

A string value specifying the text that is currently entered in the cell editor.

|

See Also

SpreadsheetCellValidatingEventArgs Class

SpreadsheetCellValidatingEventArgs Members

DevExpress.XtraSpreadsheet Namespace