Skip to main content

UserInterfaceObject(String, String) Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler

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

#Declaration

public UserInterfaceObject(
    string displayName,
    string menuCaption
)

#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.

menuCaption String

A String value which specifies the menu caption of the object. This value is assigned to the UserInterfaceObject.MenuCaption property.

See Also