Introducing the 8th Set of .NET MAUI Controls and Features
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (175).NET Core  (29).NET MAUI  (208)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (220)BoldSign  (15)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (67)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (101)Streamlit  (1)Succinctly series  (131)Syncfusion  (920)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (37)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (151)Chart  (132)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (633)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (41)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (508)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (11)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (597)What's new  (333)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
Introducing the 8th Set of .NET MAUI Controls and Features

Introducing the 8th Set of .NET MAUI Controls and Features

Syncfusion is happy to roll out our eighth set of new .NET MAUI controls and features in the Essential Studio 2023 Volume 2 release.

Let’s take a look at them!

New .NET MAUI controls

In the 2023 Volume 2 release, we introduced the following new .NET MAUI controls in preview mode:

.NET MAUI Accordion

The new .NET MAUI Accordion control offers a vertically collapsible panel with stacked headers, allowing the simultaneous expansion or collapse of one or multiple items.

.NET MAUI Accordion control
.NET MAUI Accordion control

Key features

  • Data binding: Utilizes the BindableLayout property to bind data collections and populate the Accordion.
  • Expand mode: Supports various expansion modes and allows the expansion of single or multiple items.
  • Animation: Animate the expansion and collapse of accordion items. You can customize the duration and style of the animations.

.NET MAUI Chips with chip group

The new .NET MAUI Chips control is used to present information in an interactive and customizable layout. It arranges multiple chips in a user-preferred layout and groups them so end users can make selections.

.NET MAUI Chips control
.NET MAUI Chips control

Key features

  • Multiple layouts: Use stack, flex, grid, absolute, and relative layouts to add and arrange chips.
  • Chip types: Supports four different chip types: input, choice, filter, and action.
  • Selection: You can perform single and multiple selections in the choice and filter chips, respectively.
  • Add custom view: Add a custom view like a combo box to input values using the input type chips.
  • Perform action: Perform any action in the chip group or individual chip using the action chip type.
  • Customization: You can easily customize the corner radius, border color, border thickness, text color, background color, close button color, selection indicator color, and more.

.NET MAUI Expander

The new .NET MAUI Expander is a layout control capable of loading any UI view in the header and content sections. Users can effortlessly expand or collapse the control by simply tapping the header.

.NET MAUI Expander control
.NET MAUI Expander control

Key features

  • Expand and collapse options: Easily expand the content to reveal more information or collapse it to conserve space in the user interface.
  • Header and content customization: Customize the header and content views by adding icons, images, or any other UI element to provide a rich and dynamic user experience.
  • Animation: Use animation and effects to enhance the visual appeal and interactivity of the expand and collapse functionality.

.NET MAUI Image Editor

The new .NET MAUI Image Editor is used to crop, flip, rotate, and annotate images with freehand drawing and built-in shapes.

.NET MAUI Image Editor control
.NET MAUI Image Editor control

Key features

  • Image cropping: Crop the desired portion of images.
  • Effects: This feature applies various visual effects to an image, such as adjusting the brightness, blur, contrast, exposure, saturation, sharpening, hue, and opacity values.
  • Zooming: Zoom and pan over an image.
  • Transformation: Performs image transformation actions such as rotation and flip.
  • Annotation: Add text, built-in shapes, and freehand drawing over images.
  • Toolbar: Edit an image with the built-in toolbar.
  • Undo and redo: Undo or redo the changes made in the image.
  • Save: Save the edited image in the desired location.

.NET MAUI Numeric Entry (NumericUpDown)

The new .NET MAUI Numeric Entry is an advanced version of the Entry control that restricts input to numeric values. It also provides a gesture-friendly UI and can be configured to display different formats like currency and scientific symbols.

.NET MAUI Numeric Entry control
.NET MAUI Numeric Entry control

Key features

  • FormatString: Input string can be formatted by using the format strings.
  • Localization: The number format can be localized to any supported culture.
  • AllowNull: Set a null value.
  • UpDown buttons: Value gets parsed based on the parser mode. It provides up-and-down repeat buttons to increase and decrease the values.

What’s new in our existing .NET MAUI controls?

We have seen the new controls introduced in our Syncfusion .NET MAUI suite by the 2023 Volume 2 release. Let us look at the exciting new features added to our existing controls.

.NET MAUI ListView

Drag-and-drop support

In .NET MAUI ListView, you can reorder items by dragging them with a long press or from the drag indicator view and then dropping them at the desired position.

Dragging and dropping items in .NET MAUI ListView
Dragging and dropping items in .NET MAUI ListView

.NET MAUI Cartesian Charts

The following new chart types have been added to the .NET MAUI Cartesian Charts control.

Step line chart

Step line charts are commonly used to visualize data that changes over time. They represent a set of points connected by horizontal and vertical lines. These charts commonly showcase time-series data, where data points are recorded regularly.

.NET MAUI step line chart
.NET MAUI step line chart

Step area chart

In the step area chart, the data points are connected by horizontal and vertical line segments resembling a staircase. The area between the line segments and the x-axis line is filled with a color or a pattern. Step area charts are commonly used to showcase data that has a cumulative value.

.NET MAUI step area chart
.NET MAUI step area chart

100% stacked column

A 100% stacked column chart is used to display multiple categories or groups of data as vertical columns stacked on top of each other. It shows the relative percentage of multiple data series in stacked columns, while the cumulative percentage of the stacked columns always equals 100%.

.NET MAUI 100% stacked column chart
.NET MAUI 100% stacked column chart

Range area chart

Each data point in the range area chart represents a range from a minimum to a maximum value. These charts are commonly used to analyze stock market data over a specific period of time.

.NET MAUI range area chart
.NET MAUI range area chart

Candle chart

The candle chart is a financial chart used to depict the price movements of currency, securities, and derivatives. It resembles a candlestick, featuring a vertical rectangle with wicks at both ends. The upper and lower sections of the candlestick represent the open and closed prices.

.NET MAUI candle chart
.NET MAUI candle chart

OHLC chart

An OHLC chart is similar to a candle chart used in technical analysis to display the price movement of stocks over a specific period. It provides information about an asset’s opening, highest, lowest, and closing prices for each time interval.

.NET MAUI OHLC chart
.NET MAUI OHLC chart

.NET MAUI Circular Charts

From the 2023 Volume 2 onward, you can enjoy the following new features in the .NET MAUI Circular Charts control.

Explode all support

In pie and doughnut charts, you can use the ExplodeAll property to separate all segments from the center, creating equal gaps among them.

Explode-all features in .NET MAUI pie and doughnut charts
Explode-all features in .NET MAUI pie and doughnut charts

Grouping segments

The segments in the pie and doughnut charts can be grouped into the Others category using the GroupTo and GroupMode properties. The GroupMode property is used to specify the grouping type based on the slice angle, actual data point value, or percentage value. The GroupTo property is used to set the limit to group data points into a single slice. The grouped segment is labeled as Others in the chart legend.

Grouping segments in .NET MAUI Circular Charts
Grouping segments in .NET MAUI Circular Charts

.NET MAUI DataGrid

Grouping

This feature enables users to group rows of data based on the values in one or more columns in the .NET MAUI DataGrid.

Grouping rows in .NET MAUI DataGrid
Grouping rows in .NET MAUI DataGrid

Caption and group summaries

The caption summary feature allows users to display a row at the top of the group that contains summary data for the columns. The group summary feature enables users to display a row at the bottom of the group to contain this summary data.

Caption and group summaries in .NET MAUI DataGrid
Caption and group summaries in .NET MAUI DataGrid

Export to Excel or PDF format

This feature enables users to export the grid data to an Excel or PDF file.

Exporting grid data to PDF format
Exporting grid data to PDF format

.NET MAUI DataForm

DataForm numeric editor

The .NET MAUI DataForm control now supports a built-in numeric editor to enter and edit numeric values.

DataForm masked text editor

The DataForm control also supports a built-in masked text editor to enforce specific input patterns and formats for text values.

Numeric and masked text editors of .NET MAUI DataForm
Numeric and masked text editors of .NET MAUI DataForm

.NET MAUI Calendar

Calendar identifiers

The .NET MAUI Calendar control now supports calendar identifiers to display different calendars based on various cultures and regions. The supported identities are Gregorian, Hijri, Korean, Persian, Taiwanese, Thai Buddhist, and UmAlQura.

Calendar identifiers in .NET MAUI Calendar control
Calendar identifiers in .NET MAUI Calendar control

.NET MAUI Scheduler

Appointment drag-and-drop feature

In .NET MAUI Scheduler, users can easily drag and drop appointments to change their date, time, or duration in all Scheduler views. This functionality provides a seamless and intuitive way to reschedule appointments.

Dragging and dropping appointments in .NET MAUI Scheduler
Dragging and dropping appointments in .NET MAUI Scheduler

.NET MAUI ComboBox

Custom filtering

Use the custom filtering option in the ComboBox control to apply your filter logic and have items suggested based on it. This functionality can be achieved by utilizing the FilterBehavior property.

Custom filtering in .NET MAUI ComboBox
Custom filtering in .NET MAUI ComboBox

.NET MAUI PDF Viewer

Select and copy the text

The .NET MAUI PDF Viewer now allows users to select and copy text from PDF files to the clipboard. When you need text from a PDF file to reuse in another document, you can select and copy the required text and paste it into your document.

Selecting and copying text in a PDF file using .NET MAUI PDF Viewer
Selecting and copying text in a PDF file using .NET MAUI PDF Viewer

.NET MAUI Text Input Layout

Picker, TimePicker, and DatePicker support

The .NET MAUI Text Input Layout control now includes support for the Picker, TimePicker, and DatePicker controls. You can leverage the capabilities of floating labels, icons, and assistive labels with these input controls. They provide a cohesive and visually appealing user experience for selecting values or dates within your application.

Picker, TimePicker, and DatePicker support in .NET MAUI Text Input Layout
Picker, TimePicker, and DatePicker support in .NET MAUI Text Input Layout

Toolbox support

All Syncfusion .NET MAUI controls come with Toolbox support for Visual Studio 2022. You drag and drop controls from the Toolbox directly into your XAML files. Thus, the process of adding and configuring controls in your MAUI apps is simplified.

Production-ready controls

The following .NET MAUI controls have been developed to meet industry standards and are now marked as production-ready in this 2023 Volume 2 release:

Conclusion

Thanks for reading! I hope you enjoyed exploring Syncfusion’s new .NET MAUI controls and features introduced in the Essential Studio 2023 Volume 2 release. If you want to learn about the other updates in this release, please visit our Release Notes and What’s New pages.

If you are not a Syncfusion customer, we invite you to try our 30-day free trial to experience these latest features. Feel free to share any feedback or questions in the comments section below.

You can also reach us through our support forums, support portal, or feedback portal. We are always happy to assist you!

Test Flight
App Center Badge
Google Play Store Badge
Microsoft Badge
Github Store Badge

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed