Xceed DataGrid for Silverlight Documentation
AllowGroupNavigation Property (DataGridGroupConfiguration)


Gets or sets a value indicating whether a group-navigation controls are displayed.
Syntax
'Declaration
 
Public Property AllowGroupNavigation As Nullable(Of Boolean)
'Usage
 
Dim instance As DataGridGroupConfiguration
Dim value As Nullable(Of Boolean)
 
instance.AllowGroupNavigation = value
 
value = instance.AllowGroupNavigation
public Nullable<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

DataGridGroupConfiguration Class
DataGridGroupConfiguration Members

Send Feedback