Back to Devexpress

ResourceMappingInfo.CaptionConverter Property

corelibraries-devexpress-dot-xtrascheduler-dot-resourcemappinginfo-6523e81b.md

latest1.5 KB
Original Source

ResourceMappingInfo.CaptionConverter Property

Gets or sets a value converter for the Resource.Caption property.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[Browsable(false)]
public ISchedulerMappingConverter CaptionConverter { get; set; }
vb
<Browsable(False)>
Public Property CaptionConverter 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

Resource

Caption

ResourceMappingInfo Class

ResourceMappingInfo Members

DevExpress.XtraScheduler Namespace