Back to Devexpress

SpreadsheetFormulaBarControl.ShowNameBox Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetformulabarcontrol.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public bool ShowNameBox { get; set; }
vb
Public Property ShowNameBox As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SpreadsheetFormulaBarControl Class

SpreadsheetFormulaBarControl Members

DevExpress.Xpf.Spreadsheet Namespace