Back to Devexpress

SpreadsheetFormulaBarControl.NameBoxItemDisplayMode Property

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

latest1.9 KB
Original Source

SpreadsheetFormulaBarControl.NameBoxItemDisplayMode Property

Gets or sets a value indicating what items should appear in the Name Box list of 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 NameBoxItemDisplayMode NameBoxItemDisplayMode { get; set; }
vb
Public Property NameBoxItemDisplayMode As NameBoxItemDisplayMode

Property Value

TypeDescription
NameBoxItemDisplayMode

A NameBoxItemDisplayMode enumeration member specifying what items should be displayed in the Name Box ‘s drop-down list.

|

Available values:

NameDescription
Default

Specifies that all items should be displayed in the Name Box.

| | ExcludeTableNames |

Specifies that table names should not be displayed in the Name Box.

| | ExcludeDefinedNames |

Specifies that defined names should not be displayed in the Name Box.

|

See Also

SpreadsheetFormulaBarControl Class

SpreadsheetFormulaBarControl Members

DevExpress.Xpf.Spreadsheet Namespace