IsExpanded property: BannerTile class

Description

Use the IsExpanded property to set or return a boolean value indicating whether the dashboard header page is expanded or not displayed at all. When IsExpanded is set to False, the dashboard header is hidden for all users affected by this change; otherwise users have the option whether to hide or display the dashboard header. To override the default value of this property, set it in the OverrideDefaultProperties method only.

Note:

The default value is True.

While this property is read/write, you must set it using the OverrideDefaultProperties method in your custom application class implementation only.

Example

%This.IsExpanded = False;