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