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

BootstrapSpreadsheet.SettingsDocumentSelector Property

Provides access to the settings that are related to the File Manager controls used by the Spreadsheet built-in dialogs.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSpreadsheetDocumentSelectorSettings SettingsDocumentSelector { get; }

Property Value

Type Description
DevExpress.Web.Bootstrap.BootstrapSpreadsheetDocumentSelectorSettings

An object of the BootstrapSpreadsheetDocumentSelectorSettings class.

See Also