DevExpress.Persistent.Base.General Namespace
Contains general interfaces and classes used in XAF modules (special assemblies implementing particular features). Interfaces are implemented in some classes from the Business Class Library’s DevExpress.Persistent.BaseImpl.Xpo.dll assembly.
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Classes
| Name | Description |
|---|---|
| NotificationItemsEventArgs | Arguments passed to the NotificationsController.CustomProcessNotifications event. |
Interfaces
| Name | Description |
|---|---|
| ICategorizedItem | Declares members implemented by the classes that can be represented in a UI via the CategorizedListEditor. |
| INotificationItem | Declares members of a non-persistent class displayed within a List View in the reminders window. |
| INotificationsProvider | Declares members implemented by Notifications Providers. |
| ISupportNotifications | Declares members of business objects that support the Notifications Module functionality. |
| ITreeNode | Declares members implemented by the classes that can be represented in a UI via the TreeListEditor. |
| ITreeNodeImageProvider | Can be implemented by the classes implementing the ITreeNode interface, to support raster node images. |
| ITreeNodeSvgImageProvider | Can be implemented by the classes implementing the ITreeNode interface, to support SVG node images. |