Xceed DataGrid for Silverlight Documentation
AllowGroupNavigation Property (DataGridControl)


Gets or sets a value indicating whether group-navigation controls are displayed.
Syntax
'Declaration
 
Public Property AllowGroupNavigation As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AllowGroupNavigation = value
 
value = instance.AllowGroupNavigation
public bool AllowGroupNavigation {get; set;}

Property Value

true if group-navigation controls (see GroupNavigationSearchBox class) are displayed; false otherwise. By default, true.
Remarks
Where group-navigation controls are displayed depends on the value of the AllowGroupNavigation property, which is defined on both the DataGridControl and DataGridGroupConfiguration classes. If set to false on a grid, all group-navigation controls will be hidden. If set to false on a group-configuration, the group-navigation control will be hidden only for that group configuration.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Manipulating Data

Grouping Data

Send Feedback