A newer version of this page is available.
Switch to the current version.
ResourceMappingInfo.ImageConversionBehavior Property
Gets or sets the converter position in the data processing chain between the data source and the object's property.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[Browsable(false)]
public MappingConversionBehavior ImageConversionBehavior { get; set; }
<Browsable(False)>
Public Property ImageConversionBehavior As MappingConversionBehavior
Property Value
Type | Description |
---|---|
MappingConversionBehavior | A MappingConversionBehavior enumeration member that specifies the position between the mapping, the data source and the object's property. |
See Also
Feedback