Gets the current data source view for the data source.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected virtual GenericDataSourceView<GenericDataSource<TObject, TCollection, TKey>> View { get; }

See Also