'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether rows will use alternating pattern to be displayed.")> Public Property AlternateRows As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.AlternateRows = value value = instance.AlternateRows
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether rows will use alternating pattern to be displayed.")] public System.bool AlternateRows {get; set;}