ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeNode Class / IsChecked Property






In This Topic
    IsChecked Property
    In This Topic
    Indicates whether the node is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As System.Boolean
    'Usage
     
    
    Dim instance As TreeNode
    Dim value As System.Boolean
     
    instance.IsChecked = value
     
    value = instance.IsChecked
    public System.bool IsChecked {get; set;}
    public read-write property IsChecked: System.Boolean; 
    public function get,set IsChecked : System.boolean
    public: __property System.bool get_IsChecked();
    public: __property void set_IsChecked( 
       System.bool value
    );
    public:
    property System.bool IsChecked {
       System.bool get();
       void set (    System.bool value);
    }
    See Also