Click or drag to resize
GridGroupingSettings Properties

The GridGroupingSettings type exposes the following members.

Properties
  Name Description
Public property CaseSensitive
Gets or sets a value that indicates whether the grouping operation is case-sensitive, default is distinction.
Public property CollapseTooltip
Gets or set the tooptip when the mouse hover the collapsed button.
Public property ExpandTooltip
Gets or set the tooptip when the mouse hover the expanded button.
Public property GroupByFieldsSeparator
String that separates each group-by field when displayed in GridGroupHeaderItems.
Public property GroupContinuedFormatString
Public property GroupContinuesFormatString
Public property GroupSplitDisplayFormat
A part of the string that formats the information label that appears on each group header of a group that is split onto several pages parameter {0} will be replaced with the number of actual items displayed on the page parameter {1} will be replaced with the number of all items in the group
Public property GroupSplitFormat
Gets or sets the format string that will be used when group is split, containing the GroupSplitDisplayFormat or GroupContinuedFormatString and GroupContinuesFormatString or the three together.
Public property RetainGroupFootersVisibility
Gets or sets a value indicating whether the group footers should be kept visible when their parent group headers are collapsed.
Public property ShowUnGroupButton
Gets or sets value indicating if group panel item's ungroup button should be shown
Public property UnGroupButtonTooltip
Gets or sets value text of group panel item's ungroup button's tooltip
Public property UnGroupTooltip
Gets or sets a string that will be displayed when a group panel item is hovered.
Top
See Also