Back to Devexpress

AppointmentDependencyMappingInfo.ParentIdConverter Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdependencymappinginfo-3c66400c.md

latest1.5 KB
Original Source

AppointmentDependencyMappingInfo.ParentIdConverter Property

Gets or sets a value converter for the AppointmentDependency.ParentId property.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[Browsable(false)]
public ISchedulerMappingConverter ParentIdConverter { get; set; }
vb
<Browsable(False)>
Public Property ParentIdConverter As ISchedulerMappingConverter

Property Value

TypeDescription
ISchedulerMappingConverter

An object that implements the ISchedulerMappingConverter interface to translate the data between the property and the data source field.

|

See Also

AppointmentDependencyMappingInfo Class

AppointmentDependencyMappingInfo Members

DevExpress.XtraScheduler Namespace