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

CustomCellInplaceEditor.Range Property

Gets the cell range to which the custom cell in-place editor is assigned.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

Range Range { get; }

Property Value

Type Description
Range

A Range object.

Remarks

Use the Range property to obtain the cell range to which the custom cell in-place editor is assigned. When an end-user edits any cell in this range, the custom editor of the specified type (returned by the CustomCellInplaceEditor.EditorType property) appears within the edited cell instead of the default in-place editor.

To assign a custom in-place editor to a cell or cell range in a worksheet, use the CustomCellInplaceEditorCollection.Add method and pass the required Range object as a parameter.

See Also