Back to Devexpress

ResourceInfo.ResourceDelimiter Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-resourceinfo.md

latest1.5 KB
Original Source

ResourceInfo.ResourceDelimiter Property

Gets or sets the symbol or group of symbols used as a delimiter in the resource list, printed using the ResourceInfo control.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string ResourceDelimiter { get; set; }
vb
<DefaultValue("")>
<XtraSerializableProperty>
Public Property ResourceDelimiter As String

Property Value

TypeDefaultDescription
StringString.Empty

A String representing the character sequence used as a delimiter .

|

See Also

ResourceInfo Class

ResourceInfo Members

DevExpress.XtraScheduler.Reporting Namespace