New to Telerik UI for WPFStart a free 30-day trial

Represents the nested scope flag within the Telerik Windows Controls framework. This enumeration is used to indicate different nested scope states for UI elements.

Definition

Namespace:Telerik.Windows.Controls.Scopes

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class NestedScopeFlag : ScopeFlag, IScopeFlag

Inheritance: objectScopeFlagNestedScopeFlag

Implements: IScopeFlag

Inherited Members ScopeFlag.BeginScope()ScopeFlag.Cancel()ScopeFlag.End()ScopeFlag.OnScopeClosed()ScopeFlag.OnScopeCanceled()ScopeFlag.ThrowOnErrorScopeFlag.CloseScopeCallbackScopeFlag.CancelScopeCallback...

Constructors

C#
public NestedScopeFlag()

Properties

Gets or sets a value indicating whether the nested scope is active.

C#
public override bool IsActive { get; }
Property Value:

True if the nested scope is active; otherwise, false.

Overrides: ScopeFlag.IsActive

Methods

Closes the current nested scope, decrementing the nested count.

C#
protected override void CloseScope()

Overrides: ScopeFlag.CloseScope()

Opens a new scope within the nested scope structure.

C#
public override void OpenScope()

Overrides: ScopeFlag.OpenScope()