Class NestedScopeFlag
Represents a nested scope flags.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class NestedScopeFlag : ScopeFlag, IScopeFlag
Constructors
NestedScopeFlag()
Declaration
public NestedScopeFlag()
Properties
IsActive
Gets whether the scope is active.
Declaration
public override bool IsActive { get; }
Property Value
System.Boolean
|