Gets or sets the text which identifies an element.
Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
public virtual string DisplayName { get; set; }
|
VB |
Overridable Public Property DisplayName As String
|
Property value
Type: String
A System.String value which identifies an element.

See Also