ListView..::..FullRowSelect Property

Gets or sets a value indicating whether [full row select].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool FullRowSelect { get; set; }
Public Property FullRowSelect As Boolean
	Get
	Set
public:
property bool^ FullRowSelect {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [full row select]; otherwise, false.