'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the indentation area will be treated as part of list rows.")> Public Property DisplayIndentAsRowStyle As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.DisplayIndentAsRowStyle = value value = instance.DisplayIndentAsRowStyle
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the indentation area will be treated as part of list rows.")] public System.bool DisplayIndentAsRowStyle {get; set;}