corelibraries-devexpress-dot-xtrascheduler-2d0dd0d3.md
Represents a base class for certain user interface objects.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public abstract class UserInterfaceObject :
IUserInterfaceObject,
IXtraSupportShouldSerialize,
ISupportObjectChanged,
INotifyPropertyChanged,
IIdProvider
Public MustInherit Class UserInterfaceObject
Implements IUserInterfaceObject,
IXtraSupportShouldSerialize,
ISupportObjectChanged,
INotifyPropertyChanged,
IIdProvider
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).
Show 32 items
Object UserInterfaceObject TimeScale
See Also