NotificationService.PredefinedNotificationTemplate Property
Gets or sets the template that defines the presentation of predefined notifications. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An object specifing the presentation of predefined notifications. |
#Remarks
This property allows you to apply one of the following built-in templates to predefined notifications in your application.
Name | Appearance | Description |
---|---|---|
Long |
![]() |
Accepts a value of the first parameter (text1) of the INotification |
Short |
![]() |
Accepts values of the first and second parameters (text1 and text2) of the INotification |
Long |
![]() |
Accepts values of the first and second parameters (text1 and text2) of the INotification |
Short |
![]() |
Accepts values of the first, second and third parameters (text1, text2, text3) of the INotification |
Note
The last parameter of the INotification
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PredefinedNotificationTemplate property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.