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.
|
Methods
BeginScope()
Declaration
IDisposable BeginScope()
Returns
System.
|
Cancel()
Declaration
void Cancel()
End()
Declaration
void End()
OpenScope()
Declaration
void OpenScope()
Events
ScopeClosed
Declaration
event EventHandler ScopeClosed
Event Type
System.
|