Skip to main content
A newer version of this page is available.

WinRTLiveTileManager.Site Property

Gets or sets a site associated with the current WinRTLiveTileManager.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
ISite

A System.ComponentModel.ISite object.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also