SingleScopeFlag
Class
Represents a single scope flag.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class SingleScopeFlag : ScopeFlag, IScopeFlag
Inheritance: objectScopeFlagSingleScopeFlag
Implements:
Inherited Members
Constructors
C#
public SingleScopeFlag()
Properties
Methods
Cancels the scope and deactivates the scope.
C#
public override void Cancel()
Overrides:
When overridden is executed when the scope is removed and before firing the event. Deactivates the scope.
C#
protected override void CloseScope()
Overrides:
Opens the scope. Activates the scope.
C#
public override void OpenScope()
Overrides: