FilterableListView.FullRowSelect Property
Gets or sets a value indicating whether clicking an item selects all its subitems.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool FullRowSelect { get; set; }
public:
property bool FullRowSelect {
bool get();
void set(bool value);
}
Public Property FullRowSelect As Boolean
Property Value
Type: System.Boolean
True if clicking an item selects all its subitems; otherwise, false.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top