Version

SupportedDataDisplayMode Property (GridView)

Returns a value that indicates the DataDisplayMode supported by the View.
Syntax
'Declaration
 
Protected Friend Overrides ReadOnly Property SupportedDataDisplayMode As DataDisplayMode
protected internal override DataDisplayMode SupportedDataDisplayMode {get;}
Remarks

The base implementation returns DataDisplayMode.Flat. Note: Views that support the Hierarchical DataDisplayMode are responsible for managing the display of nested data. Such views will typically return true for ViewBase.IsNestedPanelsSupported. When the DataDisplayMode.Flat enumeration is returned, the DataPresenter will still include child records in the ViewableRecordCollections but it will cause expansion indicators to be hidden and prohibit records from being expanded.

Requirements

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