SpreadsheetFormulaBarControl.NameBoxItemDisplayMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public NameBoxItemDisplayMode NameBoxItemDisplayMode { get; set; }
#Property Value
Type | Description |
---|---|
Name |
A Name |
Available values:
Name | Description |
---|---|
Default | Specifies that all items should be displayed in the Name Box. |
Exclude |
Specifies that table names should not be displayed in the Name Box. |
Exclude |
Specifies that defined names should not be displayed in the Name Box. |
See Also