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);
}
See Also