Skip to main content
A newer version of this page is available. .

SpreadsheetFormulaBarControl.EditMode Property

Gets whether the SpreadsheetFormulaBarControl is in edit mode.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public bool EditMode { get; }

Property Value

Type Description
Boolean

true, if the end-user is editing the cell content using the SpreadsheetFormulaBarControl; otherwise, false.

See Also