UserInterfaceObject Class
Represents a base class for certain user interface objects.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
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
Inheritance
Object
UserInterfaceObject
See Also