Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.34 KB

visual-structure.md

File metadata and controls

31 lines (20 loc) · 1.34 KB
title page_title description slug tags published position
Visual Structure
Visual Structure
Check our "Visual Structure" documentation article for the RadBusyIndicator {{ site.framework_name }} control.
radbusyindicator-visual-structure
visual,structure
true
1

Visual Structure

RadBusyIndicator is a content control which gives you the ability to notify the user that there is an ongoing process in the application. The most important part of its visual representation is the ProgressBar and the busy content which purpose is to further inform the user about the current state of the ongoing process.

{{ site.framework_name }} RadBusyIndicator Visual Structure

  • RadBusyIndicator's Content - is the controls content.

  • Indicator's Busy Content - hosts RadBusyIndicator's busy content visible while it is active.

  • Busy Content - is the ContentPresenter giving the user additional feedback of the current progress.

  • ProgressBar - is the RadProgressBar control representing the ongoing process.

See Also

  • [Overview]({%slug radbusyindicator-overview%})

  • [Getting Started]({%slug radbusyindicator-getting-started%})

  • [Template Structure]({%slug radbusyindicator-styles-and-templates-template-structure%})