Version

InitialFlatDataView Method

if set to TRUE it is expected that the source of data is normalized and transformed(has set dataLevel and expansion state). The source of data is used as flatDataView. Usually used when the paging is remote and paging mode is allLevels, or features are remote(and the processing of the returned result should be made on the server)
Syntax
'Declaration
 
Public Function InitialFlatDataView( _
   ByVal initialFlatDataView As System.Boolean _
) As TreeGridDataSourceSettingsWrapper
public TreeGridDataSourceSettingsWrapper InitialFlatDataView( 
   System.bool initialFlatDataView
)

Parameters

initialFlatDataView
if set to true [initial flat data view].
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