Click or drag to resize

ValueTypeLayoutInfo Properties

The ValueTypeLayoutInfo type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the fallback value when result value is not available
Public propertyForceDefaultValueNull
Gets or sets the fallback value should be null (instead of default value of ValueType) when result value is not available
Public propertyLayout
Gets or sets the layout that will render the result value
Public propertyValueParseCulture
Gets or sets the culture used for parsing parameter string-value for type-conversion
Public propertyValueParseFormat
Gets or sets format used for parsing parameter string-value for type-conversion
Public propertyValueType
Gets or sets the result value type, for conversion of layout rendering output
Top
See Also