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