Skip to main content

Resource.Caption Property

Gets or sets the resource's caption.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public virtual string Caption { get; set; }

#Property Value

Type Description
String

A String value specifying the resource's caption.

#Remarks

Use the Caption property to specify a caption for the current resource.

See Also