Class
ListViewBusyOverlayControl

Represents busy indicator overlay used by RadListView when background operation is in progress.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ListViewBusyOverlayControl : RadControl

Inheritance: objectRadControlListViewBusyOverlayControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

ListViewBusyOverlayControl()

Initializes a new instance of the ListViewBusyOverlayControl class.

Declaration

cs-api-definition
public ListViewBusyOverlayControl()

Fields

IsBusyProperty

Identifies the IsBusy dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsBusyProperty

Field Value

DependencyProperty

Properties

IsBusy

Gets or sets a value indicating whether the control is in busy state.

Declaration

cs-api-definition
public bool IsBusy { get; set; }

Property Value

bool

The is busy.

Methods

ComposeVisualStateName()

Builds the current visual state for this instance.

Declaration

cs-api-definition
protected override string ComposeVisualStateName()

Returns

string

Overrides RadControl.ComposeVisualStateName()