ClassNestedScopeFlag
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:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1726:UsePreferredTerms", MessageId = "Flag")]
public class NestedScopeFlag : ScopeFlag, IScopeFlag
Inheritance: objectScopeFlagNestedScopeFlag
Implements:
Inherited Members
Constructors
NestedScopeFlag()
Declaration
cs-api-definition
public NestedScopeFlag()
Properties
Methods
CloseScope()
Closes the current nested scope, decrementing the nested count.
Declaration
cs-api-definition
protected override void CloseScope()
Overrides
OpenScope()
Opens a new scope within the nested scope structure.
Declaration
cs-api-definition
public override void OpenScope()
Overrides