Skip to main content
A newer version of this page is available. .

UserInterfaceObject Class

Represents a base class for certain user interface objects.

Namespace: DevExpress.XtraScheduler

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

Declaration

[TypeConverter(typeof(UniversalTypeConverter))]
public abstract class UserInterfaceObject :
    IUserInterfaceObject,
    IXtraSupportShouldSerialize,
    ISupportObjectChanged,
    INotifyPropertyChanged,
    IIdProvider

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 object’s display name (UserInterfaceObject.DisplayName) and menu caption (UserInterfaceObject.MenuCaption).

Implements

See Also