Xceed Toolkit Plus for WPF v4.6 Documentation
BusyContent Property
Example 


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > BusyIndicator Class : BusyContent Property
Gets or sets the busy content to display to the user.
Syntax
'Declaration
 
Public Property BusyContent As Object
'Usage
 
Dim instance As BusyIndicator
Dim value As Object
 
instance.BusyContent = value
 
value = instance.BusyContent
public object BusyContent {get; set;}

Property Value

An object representing the busy content to display to the user. If not explicitly set, "Please wait..." is displayed.
Example
The following example shows how to set up a BusyIndicator with a custom message using the BusyContent property.
<xctk:BusyIndicator IsBusy="True" BusyContent="Downloading email..." >
            <ContentControl Style="{StaticResource SampleContent}"/>
</xctk:BusyIndicator>
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BusyIndicator Class
BusyIndicator Members