Skip to main content

UserInterfaceObject.DisplayName Property

Gets or sets the text which identifies an element.

Namespace: DevExpress.XtraScheduler

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

#Declaration

[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual string DisplayName { get; set; }

#Property Value

Type Description
String

A String value which identifies an element.

#Implements

DevExpress.XtraScheduler.Native.IUserInterfaceObject.DisplayName
See Also