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

SpreadsheetFormulaBarControl.ShowNameBox Property

Gets or sets whether the Name Box is displayed in the SpreadsheetFormulaBarControl. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public bool ShowNameBox { get; set; }

Property Value

Type Description
Boolean

true, to display the Name Box; otherwise, false.

See Also