Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool DetailExpanded { get; set; }
Visual Basic
Public Property DetailExpanded As Boolean
	Get
	Set
Visual C++
public:
property bool DetailExpanded {
	bool get ();
	void set (bool value);
}

See Also