Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool IsExpanded { get; set; }

Property Value

Type Description
Boolean

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

See Also