ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / CheckedMemberPath Property






In This Topic
    CheckedMemberPath Property (TreeView)
    In This Topic
    Gets or sets the name of the property (or properties) to bind to the node's checked state.
    Syntax
    'Declaration
     
    
    Public Property CheckedMemberPath As System.String()
    'Usage
     
    
    Dim instance As TreeView
    Dim value() As System.String
     
    instance.CheckedMemberPath = value
     
    value = instance.CheckedMemberPath
    public System.string[] CheckedMemberPath {get; set;}
    public read-write property CheckedMemberPath: System.array of String; 
    public function get,set CheckedMemberPath : System.String[]
    public: __property System.string*[]* get_CheckedMemberPath();
    public: __property void set_CheckedMemberPath( 
       System.string*[][]* value
    );
    public:
    property System.array<String^>^ CheckedMemberPath {
       System.array<String^>^ get();
       void set (    System.array<String^>^ value);
    }
    Remarks
    Path should be a string or an array of strings.
    See Also