SiteMapDataSource.ContainsListCollection Property

Definition

Gets a value indicating whether the data source control contains a collection of data source view objects.

public:
 virtual property bool ContainsListCollection { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool ContainsListCollection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContainsListCollection : bool
Public Overridable ReadOnly Property ContainsListCollection As Boolean

Property Value

true if the data source control contains a collection of data source view objects; otherwise, false.

Attributes

Remarks

The ContainsListCollection property calls the static ContainsListCollection method of the ListSourceHelper class.

Applies to

See also