Class SingleScopeFlag
Represents a single scope flag.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SingleScopeFlag : ScopeFlag, IScopeFlag
Constructors
SingleScopeFlag()
Declaration
public SingleScopeFlag()
Properties
IsActive
Gets whether the scope is active.
Declaration
public override bool IsActive { get; }
Property Value
System.Boolean
|
Overrides
Methods
Cancel()
Cancels the scope and deactivates the scope.
Declaration
public override void Cancel()
Overrides
CloseScope()
When overridden is executed when the scope is removed and before firing the event. Deactivates the scope.
Declaration
protected override void CloseScope()
Overrides
OpenScope()
Opens the scope. Activates the scope.
Declaration
public override void OpenScope()