NestedScopeFlag
Class
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:
Inherited Members
Constructors
C#
public NestedScopeFlag()
Properties
Methods
Closes the current nested scope, decrementing the nested count.
C#
protected override void CloseScope()
Overrides:
Opens a new scope within the nested scope structure.
C#
public override void OpenScope()
Overrides: