Interface IScopeFlag
Namespace: Telerik.Windows.Controls.Scopes
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public interface IScopeFlag
Properties
IsActive
Declaration
bool IsActive { get; }
Property Value
System.Boolean
|
Methods
BeginScope()
Declaration
IDisposable BeginScope()
Returns
System.IDisposable
|
Cancel()
Declaration
void Cancel()
End()
Declaration
void End()
OpenScope()
Declaration
void OpenScope()