IsItemsHost

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets a value that indicates whether this object is a container for UI items that are generated by an ItemsControl.

value = object.IsItemsHost

Property Value

Type: Boolean

true if the object is a container for UI items that are generated by an ItemsControl; otherwise, false.

This property is read/write. The default value is false.

Managed Equivalent

IsItemsHost

Remarks

Generating items from ItemsControl is generally out of scope for the JavaScript API because it requires data binding, which is supported only in the managed API. This property is always false unless it is being used in an interop scenario.

Version Information

Silverlight 3