Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomCellInplaceEditor.Value Property

Gets or sets a value associated with the custom cell in-place editor.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ValueObject Value { get; set; }

Property Value

Type Description
ValueObject

A ValueObject object.

Remarks

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