Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / DetailGrid Class / AutoCreateColumns Property


    AutoCreateColumns Property (DetailGrid)
    Gets or sets a boolean value indicating if columns should be automatically created when the grid is bound.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property AutoCreateColumns As Boolean
     
    'Usage
     
    Dim instance As DetailGrid
    Dim value As Boolean
     
    instance.AutoCreateColumns = value
     
    value = instance.AutoCreateColumns

    Property Value

    true if columns should be automatically create when the grid is bound; false if the columns are to be created manually. By default, DefaultAutoCreateColumns.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also