See Also

GridViewSettings Members  | Infragistics.Windows.DataPresenter Namespace  | GridView Class

Language

Visual Basic

C#

Show All

See Also Languages Infragistics3.Windows.DataPresenter.v7.1

GridViewSettings Class

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.

Syntax

[Visual Basic]
Public Class GridViewSettings    Inherits ViewSettingsBase
[C#]
public class GridViewSettings : ViewSettingsBase

Remarks

By manipulating properties on the GridViewSettings object you can control how the GridViewPanel arranges items.

The properties exposed by the GridViewSettings object are:

Refer to the documentation contained within for a complete list of the properties supported by this class and the functionality enabled by each property.

Example

[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>

See Also

GridViewSettings Members  | Infragistics.Windows.DataPresenter Namespace  | GridView Class

E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 2003-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.1.20071.1320