Interface IScopeFlag
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.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()
Events
ScopeClosed
Declaration
event EventHandler ScopeClosed
Event Type
|
System.EventHandler
|