Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Action Class / Enabled Property

In This Topic
    Enabled Property (Action)
    In This Topic
    Gets or sets the System.Boolean value indicating whether the action is enabled. Default value is True.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also