Skip to content

DevExpress-Examples/xaf-how-to-display-an-event-with-custom-fields-in-a-scheduler-list-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
DevExpressExampleBot
Mar 4, 2025
93051e3 · Mar 4, 2025

History

35 Commits
Mar 4, 2025
Nov 2, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Jun 25, 2024
Sep 28, 2023
Sep 27, 2023
Sep 27, 2023

Repository files navigation

XAF - How to Display an Event with Custom Fields in a Scheduler List View

This example demonstrates how to extend Scheduler events with custom fields and display these values in UI.

ASP.NET Core Blazor

|

Windows Forms

  1. Inherit from the Event class and implement new properties. For details, see the following file: ExtendedEvent.cs.

  2. Map new properties to appropriate data fields.

    In an ASP.NET Core Blazor application, access CustomFieldMappings in the AddScheduler() method. For details, see the following file: Startup.cs.

    In a Windows Forms application, specify CustomFieldMappings. For details, see the following file: SchedulerCustomFieldMappingsController.cs.

  3. Display field values in event cards of a Scheduler List View.

    In an XAF ASP.NET Core Blazor application:

    In an XAF Windows Forms application:

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)