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

SpreadsheetFormulaBarControl.IsExpanded Property

Gets or sets whether the edit box is expanded to allow multiline editing. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public bool IsExpanded { get; set; }

Property Value

Type Description
Boolean

true, to expand the edit box; otherwise, false.

See Also