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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSpreadsheetDocumentSelectorSettings SettingsDocumentSelector { get; }
Property Value
Type | Description |
---|---|
DevExpress.Web.Bootstrap.BootstrapSpreadsheetDocumentSelectorSettings | An object of the BootstrapSpreadsheetDocumentSelectorSettings class. |
See Also