Gets the current data source view for the data source.

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

Syntax

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

See Also