Class
NestedScopeFlag

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:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1726:UsePreferredTerms", MessageId = "Flag")]
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

NestedScopeFlag()

Declaration

cs-api-definition
public NestedScopeFlag()

Properties

IsActive

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

Declaration

cs-api-definition
public override bool IsActive { get; }

Property Value

bool

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

Overrides ScopeFlag.IsActive

Methods

CloseScope()

Closes the current nested scope, decrementing the nested count.

Declaration

cs-api-definition
protected override void CloseScope()

Overrides ScopeFlag.CloseScope()

OpenScope()

Opens a new scope within the nested scope structure.

Declaration

cs-api-definition
public override void OpenScope()

Overrides ScopeFlag.OpenScope()