Skip to main content

SpreadsheetNameBoxControl.Properties Property

Gets an object that contains settings specific to the SpreadsheetNameBoxControl control.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

[DXCategory("Properties")]
public RepositoryItemNameBox Properties { get; }

Property Value

Type Description
DevExpress.XtraSpreadsheet.RepositoryItemNameBox

A RepositoryItemNameBox object that contains settings for the current SpreadsheetNameBoxControl.

Remarks

The Properties property provides access to the properties and events inherited from the ComboBoxEdit control. Use these properties to customize the SpreadsheetNameBoxControl’s look, feel and behavior.

See Also