Skip to main content

UserInterfaceObject(Color, String, String) Constructor

In This Article

Namespace: DevExpress.XtraScheduler

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

#Declaration

public UserInterfaceObject(
    Color color,
    string displayName,
    string menuCaption
)

#Parameters

Name Type
color Color
displayName String
menuCaption String
See Also