Gets of sets link to associated ListView control.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property ListView As ListView
C#
public ListView ListView { get; set; }
Visual C++
public:
property ListView^ ListView {
	ListView^ get ();
	void set (ListView^ value);
}
JavaScript
function get_listView();
function set_listView(value);

See Also