Class
NestedScopeFlag

Represents a nested scope flags.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class NestedScopeFlag : ScopeFlag, IScopeFlag

Inheritance: objectScopeFlagNestedScopeFlag

Implements: IScopeFlag

Inherited Members ScopeFlag.BeginScope()ScopeFlag.End()ScopeFlag.OnScopeClosed(EventArgs)ScopeFlag.ThrowOnErrorScopeFlag.CloseScopeCallbackScopeFlag.ScopeClosed

Constructors

NestedScopeFlag()

Declaration

cs-api-definition
public NestedScopeFlag()

Properties

IsActive

Gets whether the scope is active.

Declaration

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

Property Value

bool

Overrides ScopeFlag.IsActive

Methods

Cancel()

Cancels the scope.

Declaration

cs-api-definition
public override void Cancel()

Overrides ScopeFlag.Cancel()

CloseScope()

Closes the scope.

Declaration

cs-api-definition
protected override void CloseScope()

Overrides ScopeFlag.CloseScope()

OpenScope()

Opens the scope.

Declaration

cs-api-definition
public override void OpenScope()

Overrides ScopeFlag.OpenScope()