Interface
IScopeFlag

An interface representing the scope flag.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IScopeFlag

Properties

IsActive

Gets whether the scope is active.

Declaration

cs-api-definition
bool IsActive { get; }

Property Value

bool

Methods

BeginScope()

Creates new scope.

Declaration

cs-api-definition
IDisposable BeginScope()

Returns

IDisposable

Cancel()

Cancels the scope.

Declaration

cs-api-definition
void Cancel()

End()

Removes the scope.

Declaration

cs-api-definition
void End()

OpenScope()

Opens the scope.

Declaration

cs-api-definition
void OpenScope()

Events

ScopeClosed

Occurs when the scope is closed.

Declaration

cs-api-definition
event EventHandler ScopeClosed

Event Value

EventHandler