Class NestedScopeFlag
Represents a nested scope flags.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|