Version

AutoGenerateBands Property

Defines whether the grid generates Bands automatically before the data binding process.
Syntax
'Declaration
 
Public Overridable Property AutoGenerateBands As Boolean
public virtual bool AutoGenerateBands {get; set;}
Remarks
The grid can automatically generate a Band for every data member in the data source. If the property is set to True the automatically created bands will be added to the ones set up in the aspx file. If the property is set to False the grid will use only the bands that set up in the aspx file.
Requirements

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