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

WinRTLiveTileManager.ApplicationName Property

Gets or sets the application name that a Live Tile for this application will display.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public string ApplicationName { get; set; }

Property Value

Type Default Description
String *null*

A string value that is the application name that, a Live Tile for this application will display.

Remarks

The ApplicationName property specifies a text, visible to end-users within a Live Tile.

WinRTLiveTileManager - Tile

See the WinRTLiveTileManager topic to learn more.

See Also