New to Telerik UI for WPFStart a free 30-day trial

IScopeFlag

Interface

An interface representing the scope flag.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IScopeFlag

Derived Classes: NestedScopeFlagScopeFlagSingleScopeFlag

Properties

Gets whether the scope is active.

C#
bool IsActive { get; }

Methods

Creates new scope.

C#
IDisposable BeginScope()
Returns:

IDisposable

Cancels the scope.

C#
void Cancel()

Removes the scope.

C#
void End()

Opens the scope.

C#
void OpenScope()

Events

Occurs when the scope is closed.

C#
event EventHandler ScopeClosed