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

SpreadsheetNameBoxControl.SpreadsheetControl Property

Gets or sets the SpreadsheetControl to which the Name Box is bound.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

[DXCategory("AssociatedComponents")]
[DefaultValue(null)]
public ISpreadsheetControl SpreadsheetControl { get; set; }

Property Value

Type Default Description
DevExpress.XtraSpreadsheet.ISpreadsheetControl *null*

A SpreadsheetControl with which the Name Box interacts.

See Also