Back to Devexpress

SpreadsheetControlOptions Class

wpf-devexpress-dot-xpf-dot-spreadsheet-cda18572.md

latest3.7 KB
Original Source

SpreadsheetControlOptions Class

Contains various options which can be specified for the SpreadsheetControl.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public class SpreadsheetControlOptions :
    SpreadsheetOptionsBase<DocumentOptions>
vb
Public Class SpreadsheetControlOptions
    Inherits SpreadsheetOptionsBase(Of DocumentOptions)

The following members return SpreadsheetControlOptions objects:

Remarks

To access the SpreadsheetControlOptions object, use the SpreadsheetControl.Options property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SpreadsheetControlOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-spreadsheet-bind-spreadsheet-to-ms-sql-server-database/CS/WpfSpreadsheet_BindToDataSource/MainWindow.xaml#L1602

xml
<dxsps:SpreadsheetControl.Options>
    <dxsps:SpreadsheetControlOptions RaiseEventsOnModificationsViaAPI="True"/>
</dxsps:SpreadsheetControl.Options>

wpf-spreadsheet-bind-grid-control-to-worksheet-data/CS/WpfSpreadsheet_DataBinding/MainWindow.xaml#L19

xml
<dxsps:SpreadsheetControl.Options>
    <dxsps:SpreadsheetControlOptions CalculationEngineType="Recursive"/>
</dxsps:SpreadsheetControl.Options>

wpf-spreadsheet-control-create-a-data-entry-form/CS/WpfDataEntryFormSample/MainWindow.xaml#L32

xml
<dxsps:SpreadsheetControl.Options>
    <dxsps:SpreadsheetControlOptions>
        <dxsps:SpreadsheetControlOptions.Behavior>

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<DocumentOptions> SpreadsheetControlOptions

See Also

SpreadsheetControlOptions Members

DevExpress.Xpf.Spreadsheet Namespace