Version

What’s New In 2017 Volume 1

Topic Overview

Purpose

This topic presents the new controls and the enhanced features for the Infragistics® Windows Forms 2017 Volume 1 release.

What’s New Summary

What’s new summary chart

The following table summarizes what’s new in 2017 Volume 1. Additional details follow the summary table.

UltraGrid

Feature Description

Editable Headers/Editable Band Header

UltraGrid now allows the editing of Band,Group and Column headers.The header area enters into edit mode on double clicking by setting the AllowEditing property on the Headers.

EditableBandHeaders.png

Editable Group Header

UltraGrid column groups can also be edited easily.

EditableGroupHeaders.png

Editable Column Header

UltraGrid column headers in edit mode.

EditableColumnHeaders.png
Recordable Action Replay Only Action Enumerations

EditHeaderCaption

-

gridBandHeader, gridGroupHeader, gridColumnHeader

UltraRadioButton

Feature Description

UltraRadioButton

The UltraRadioButton™ is a checkable button linked to other RadioButton’s in a group. Its defining characteristic is that only 1 RadioButton within a group may be checked at one time, so when a RadioButton is selected, all others within the group become unchecked.The same RadioButton can be unchecked or all RadioButtons within the same group can be unchecked on setting the AllowAllUp property on the UltraRadioButtonGroupManager to which it belongs.

UltraRadioButton.png
Recordable Action Replay Only Action Enumerations

Set

-

micChecked, micUnchecked

-

GetSelectedItem

-

-

GetAllItems

-

NotificationBadge Properties

Feature Description

NotificationBadge

Notification Badges allow you to notify your users about important events that require their attention.No interaction is possible with this property but we can get the NotificationBadge visible on a control using a Get method specific to that control.

NotificationBadges.png
Supported Control Replay Only Action

UltraTree

GetNodeNotificationBadge

UltraExplorerBar

GetGroupNotificationBadge, GetItemNotificationBadge

UltraListView

GetGroupNotificationBadge, GetItemNotificationBadge

UltraTabControl

GetTabNotificationBadge

UltraTabStripControl

GetTabNotificationBadge