Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetCellValidatingEventArgs.EditorText Property

Gets or sets the string entered in the cell editor.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public string EditorText { get; set; }

Property Value

Type Description
String

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

See Also