Thank you for your feedback! You have rated this topic in the last 30 days.
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.
Editable Group Header
UltraGrid column groups can also be edited easily.
Editable Column Header
UltraGrid column headers in edit mode.
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.
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.