Skip to main content

UserInterfaceObject Class

Represents a base class for different user interface objects.

Namespace: DevExpress.XtraScheduler

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

#Declaration

[TypeConverter(typeof(UniversalTypeConverter))]
public class UserInterfaceObject :
    IUserInterfaceObject,
    IDisposable,
    ISupportObjectChanged,
    IXtraSupportShouldSerialize

#Remarks

The UserInterfaceObject class serves as a base for classes which represent user interface objects such as Views, appointment labels, appointment statuses and time slots.

The UserInterfaceObject class declares the main properties that define the user interface object's filling color (UserInterfaceObject.Color), display name (UserInterfaceObject.DisplayName) and menu caption (UserInterfaceObject.MenuCaption).

#Inheritance

See Also