| Infragistics.Windows.DataPresenter Namespace : GridViewSettings Class |
An object that exposes properties for controlling the features supported by the GridView. The GridView object is used by XamDataGrid and XamDataPresenter
For a list of all members of this type, see GridViewSettings members.
[Visual Basic]
Public Class GridViewSettings
Inherits ViewSettingsBase[C#]
public class GridViewSettings : ViewSettingsBaseBy manipulating properties on the GridViewSettings object you can control how the GridViewPanel arranges items.
The properties exposed by the GridViewSettings object are:
[XAML] The following example demonstrates how to initialize the ViewSettings of the XamDataGrid. In this example, the Orientation is set to Horizontal instead of the default vertical DataRecord arrangement.
<igDP:XamDataGrid BindToSampleData="True">
<igDP:XamDataGrid.ViewSettings>
<igDP:GridViewSettings Orientation="Horizontal"/>
</igDP:XamDataGrid.ViewSettings>
</igDP:XamDataGrid>GridViewSettings Members | Infragistics.Windows.DataPresenter Namespace | GridView Class