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