SpreadsheetCustomCellEditEventArgs.EditSettings Property
Gets or sets an object that contains the custom cell editor’s settings.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
Type | Description |
---|---|
BaseEditSettings | A BaseEditSettings descendant providing edit settings used to create an in-place editor. |
Remarks
The EditSettings property allows you to assign custom editors from the DXEditors Library to edited cells. Note that this property requires not the editor itself, but its helper class (the BaseEditSettings descendant). This class provides all the information needed to create a fully-functional editor. The actual editor is created when a user starts to edit a cell, and is automatically destroyed when editing is completed.
Refer to the Custom Cell In-place Editors topic for more information on how to embed custom in-place editors in worksheet cells.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the EditSettings property.
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.