Skip to main content
A newer version of this page is available. .

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.v19.2.Reporting.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string ResourceDelimiter { get; set; }

Property Value

Type Default Description
String String.Empty

A String representing the character sequence used as a delimiter .

See Also