Skip to main content

UserInterfaceObject(String) Constructor

In This Article

Initializes a new instance of the UserInterfaceObject class with the specified display name.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public UserInterfaceObject(
    string displayName
)

#Parameters

Name Type Description
displayName String

A String value which specifies the display name of the object. This value is assigned to the UserInterfaceObject.DisplayName property.

See Also