A newer version of this page is available.
Switch to the current version.
ResourceMappingInfo.CaptionConversionBehavior 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 CaptionConversionBehavior { get; set; }
<Browsable(False)>
Public Property CaptionConversionBehavior 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