expressappframework
There are 59 repositories under expressappframework topic.
DevExpress-Examples/xaf-web-forms-use-oauth2-authentication-providers
Extend your ASP.NET Web Forms application with OAuth authentication providers. Users can sign in to the application with their Microsoft accounts.
DevExpress-Examples/XAF_generate-a-sequential-number-for-a-persistent-object-within-a-database-transaction
How to generate a sequential number for a persistent object within a database transaction in eXpressApp Framework
DevExpress-Examples/obsolete-xaf-how-to-generate-a-sequential-and-user-friendly-identifier-field-within-an-xpo-business
How to implement a user-friendly identifier field with sequential values in an XPO business class
DevExpress-Examples/XAF-How-to-Implement-CRUD-Operations-for-Non-Persistent-Objects-Stored-Remotely
How to implement CRUD operations for remotely stored non-persistent objects in XAF applications.
DevExpress-Examples/XAF_how-to-calculate-a-master-property-based-on-values-from-a-detail-collection
Calculate a master property based on the child object collection's properties.
DevExpress-Examples/XAF_How-to-get-role-code-from-the-UI
Generate ModuleUpdater code for security roles created by XAF developers at runtime in test databases.
DevExpress-Examples/XAF_Non-Persistent-Objects-Filtering-Demo
How to filter and sort non-persistent objects in XAF applications
DevExpress-Examples/xaf-how-to-display-a-collection-property-as-a-checked-list-box
Display a collection property as a checked list box in XAF applications
DevExpress-Examples/xaf-how-to-save-the-currently-opened-view-as-a-new-view-variant-at-runtime
How to create a controller that allows saving the current view's state as a view variant and applying saved variants to a view.
DevExpress-Examples/XAF-How-to-show-the-number-of-list-view-items-in-the-navigation-control
Demonstrate how to show the number of List View items in the Navigation Control.
DevExpress-Examples/XAF_Non-Persistent-Objects-Edit-Linked-Persistent-Objects-Demo
How to edit a collection of persistent objects linked to a non-persistent object
DevExpress-Examples/xaf-how-to-create-information-panels
How to create information panels in XAF applications
DevExpress-Examples/xaf-how-to-execute-actions-in-code
Execute custom or standard Actions programmatically in your XAF ASP.NET Core Blazor application.
DevExpress-Examples/xaf-how-to-highlight-invalid-properties-when-a-view-is-activated
Highlight invalid properties when a user activates a View or changes the View's object in your XAF ASP.NET Core Blazor application.
DevExpress-Examples/xaf-how-to-show-a-hyper-link-url-email-etc-for-a-business-class-property
Displays custom Property Editors for WinForms and Blazor platforms that render object fields containing an email address or URL as clickable text in the UI
DevExpress-Examples/xaf-how-to-show-the-number-of-nested-list-views-items-in-tab-captions
How to create a controller to show the number of nested List View items in tab captions
DevExpress-Examples/xaf-blazor-open-detail-view-when-grid-row-is-clicked-in-the-dashboard
Invoke a Detail View when a user clicks a row in GridDashboardItem. In the invoked Detail View, a user can view or edit a business object corresponding to the clicked row.
DevExpress-Examples/xaf-custom-template-blazor
Create a custom Application Window Template in your XAF ASP.NET Core Blazor application.
DevExpress-Examples/xaf-how-to-access-a-tab-control-in-a-detail-view-layout
How to implement a View Controller that accesses layout controls and customizes them
DevExpress-Examples/xaf-how-to-create-a-custom-action-with-a-custom-control-in-xaf-aspnet-application
How to extend our built-in Actions to be able to use a custom control for a specific task
DevExpress-Examples/xaf-how-to-create-and-setup-an-xtrareport-report-for-exporting-to-a-stream-in-a-non-xaf
Access XAF report stored in the database and populate it with data in a non-XAF application
DevExpress-Examples/xaf-how-to-display-a-list-of-non-persistent-objects
How to display a list of non-persistent objects in XAF applications
DevExpress-Examples/xaf-how-to-display-an-enumeration-property-as-a-drop-down-box-with-check-boxes
Display an enumeration property as a drop-down box with checkboxes in your XAF ASP.NET Core Blazor application.
DevExpress-Examples/xaf-how-to-display-the-dxchart-widget-in-an-xaf-asp-net-web-forms-view
This example illustrates how to show a dxChart widget with a lot of points in an XAF application
DevExpress-Examples/xaf-how-to-import-data-in-xaf
How to import data from an XML-formatted text file, create business objects based on this data, and show the result in an XAF list view
DevExpress-Examples/xaf-how-to-prevent-altering-the-legacy-database-schema-when-creating-an-xaf-application
How to prevent altering the legacy database schema when creating an XAF application
DevExpress-Examples/xaf-how-to-show-audit-entries-for-a-current-object-and-its-aggregated-objects-in-one-list
How to display audit information about a current object and each object in its collection property
DevExpress-Examples/xaf-how-to-show-persistent-objects-in-a-non-persistent-objects-view
Display persistent objects in a non-persistent object's view in your XAF ASP.NET Core Blazor application.
DevExpress-Examples/xaf-how-to-sort-a-listview-in-code
How to sort a list view by a class property and prevent users from changing the sorting themselves
DevExpress-Examples/xaf-how-to-use-criteria-property-editors
Design and save filtering criteria at runtime in an XAF application.
DevExpress-Examples/xaf-custom-action-type-blazor
Implement a custom Action type with togglable state in your ASP.NET Core Blazor XAF application
DevExpress-Examples/xaf-how-to-create-custom-event-and-resource-classes-for-scheduler
This repository contains examples of custom Event and Resource classes for Scheduler in XAF applications
DevExpress-Examples/xaf-how-to-display-an-event-with-custom-fields-in-a-scheduler-list-view
This repository contains an example of an extended Event class for XAF Scheduler
DevExpress-Examples/xaf-how-to-implement-a-custom-security-operation-that-can-be-permitted-at-the-type-level
How to create a custom operation permission that allows to forbid the export operation use Security System
DevExpress-Examples/XAF_Non-Persistent-Objects-Nested-In-Persistent-Objects-Demo
How to edit non-persistent objects nested in a persistent object
DevExpress-Examples/XAF_Non-Persistent-Objects-Reloading-Demo
How to refresh non-persistent objects and reload nested persistent objects