Version

AutoGenerateColumns Property (GridModel)

Sets the value of autoGenerateColumns if false a columns collection should be specified if no columns collection is specified and the property is false, will try to auto-generate anyway IGridModel.AutoGenerateColumns
Syntax
'Declaration
 
Public Property AutoGenerateColumns As System.Nullable(Of Boolean)
public System.Nullable<bool> AutoGenerateColumns {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub