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.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
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