ListView.FullRowSelect Property | |
A logical value determining whether the entire row is highlighted when a list view item is selected.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FullRowSelect AS USUAL GET SET
public virtual Usual FullRowSelect { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value determining whether the entire row is highlighted when a list view item is selected.
See Also