Interface IScopeFlag
An interface representing the scope flag.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IScopeFlag
Properties
IsActive
Gets whether the scope is active.
Declaration
bool IsActive { get; }
Property Value
System.Boolean
|
Methods
BeginScope()
Creates new scope.
Declaration
IDisposable BeginScope()
Returns
System.IDisposable
|
Cancel()
Cancels the scope.
Declaration
void Cancel()
End()
Removes the scope.
Declaration
void End()
OpenScope()
Opens the scope.
Declaration
void OpenScope()
Events
ScopeClosed
Occurs when the scope is closed.
Declaration
event EventHandler ScopeClosed
Event Type
System.EventHandler
|