officefileapi-devexpress-dot-spreadsheet-dot-customcellinplaceeditor-6b089bbf.md
Gets or sets a value associated with the custom cell in-place editor.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
ValueObject Value { get; set; }
Property Value As ValueObject
| Type | Description |
|---|---|
| ValueObject |
A ValueObject object.
|
Use the Value property to set or obtain the value associated and stored with the custom cell in-place editor. This value can be used in the following ways:
See Also
CustomCellInplaceEditor Interface