Skip to main content

SpreadsheetFormulaBarControl.EditMode Property

Gets whether the SpreadsheetFormulaBarControl is in edit mode.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

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