Infragistics Professional(英語版)

Web、モバイル、デスクトップの開発者向けの包括的なUIコンポーネントライブラリ。

Infragistics 社の製品
1996 年より日本国内にてComponentSourceで販売中。

価格:¥ 326,810 (税込)〜 バージョン: 25.1 新機能 更新日: Jun 11, 2025 レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50 (31)

i

NetAdvantage for .NETの製品名は Infragistics Professional に変更されました。

Infragistics Professionalの上位バージョンである Infragistics Ultimate Ignite UI, ASP.NET, Windows Forms, Silverlight, WPF, Windows UI, Windows Phone, LightSwitch, NUCLiOS, Iguana UI, NetAdvantage ICONS, 5 ユーザーQuince Subscription が含まれています。

本製品の日本語版は こちら をご参考ください。

Infragistics Professional - includes Ignite UI for Blazor 24.1.46

Released: Sep 11, 2024

Ignite UI for Blazor 24.1.46 での更新項目

機能

  • Charts
    • New Data Pie Chart - The DataPieChart is a new component that renders a pie chart. This component works similarly to the IgbCategoryChart, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
    • New Proportional Category Angle Axis - Added new axes for the Radial Pie Series in the IgbDataChart. This is to plot slices similar to a pie chart, a type of data visualization where data points are represented as segments within a circular graph.
    • Toolbar
      • Added new CheckboxList ToolAction that displays a collection of items with checkboxes for selecting. A grid inside ToolAction CheckboxList grows in height up to 5 items, then a scrollbar is displayed.
      • New filtering support.
      • Added new default IconMenu in Toolbar when targeting CategoryChart. Label fields are mapped to the X-axis and Value fields are mapped to the Y-axis. Target chart reacts in realtime to changes made. IconMenu is hidden when chart has no ItemsSource set.
  • Added new Banner component that provides a way to easily display a prominent message to your application's users in a way that is less transient than a snackbar and less obtrusive than a dialog.
  • Added new DatePicker component used for entering a date via text input or choosing date values from a calendar dialog.
  • Added new Divider component.
  • IgbIcon
    • Added SetIconRef method. This allows to register and replace icons by SVG files.
    • All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
  • IgbCombo, IgbDatePicker, IgbDialog, IgbDropdown, IgbExpansionPanel, IgbNavDrawer, IgbToast, IgbSnackbar, IgbSelectComponent
    • Toggle methods Show, Hide, Toggle methods return true now on success. Otherwise false.
  • IgbRadioGroup
    • Added Name and Value properties. Value also supports two-way binding.
  • All Grids
    • Added GetColumns / GetColumnsAsync methods, which return the grid columns collection.
    • Added new RowClick event.
  • IgbPivotGrid
    • Added Sortable property for a IgbPivotDimension.
    • Added horizontal layout. Can be enabled inside the new PivotUI property as RowLayout Horizontal.
    • Added row dimension summaries for horizontal layout only.
    • Added HorizontalSummariesPosition property to the PivotUI, configuring horizontal summaries position.
    • Added row headers for row dimensions.
    • Keyboard navigation now can move in to row headers back and forth from any row dimension headers or column headers.
    • Added keyboard interactions for row dimension collapse using Alt + Arrows and row headers sorting using Ctrl + Arrow Up/Down.