Back to Devexpress

ValueObject Operators

officefileapi-devexpress-dot-spreadsheet-dot-valueobject-dot-underscore-operators.md

latest2.8 KB
Original Source

ValueObject Operators

An object that can be used to specify a value associated with a custom cell in-place editor or to create a criterion for data validation.

NameDescription
Implicit(CellValue to ValueObject) staticImplicitly converts a cell value to a ValueObject instance.
Implicit(Boolean to ValueObject) staticImplicitly converts a Boolean value to a ValueObject instance.
Implicit(Char to ValueObject) staticImplicitly converts a Char value to a ValueObject instance.
Implicit(DateTime to ValueObject) staticImplicitly converts a DateTime object to a ValueObject instance.
Implicit(Double to ValueObject) staticImplicitly converts a Double value to a ValueObject instance.
Implicit(Int32 to ValueObject) staticImplicitly converts an Int32 value to a ValueObject instance.
Implicit(String to ValueObject) staticImplicitly converts a String value to a ValueObject instance.

See Also

ValueObject Class

ValueObject Members

DevExpress.Spreadsheet Namespace