Skip to main content

SpreadsheetCellValidatingEventArgs.EditorText Property

Gets or sets the string entered in the cell editor.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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