<?xml version="1.0" encoding="UTF-8"?>
<!--
 DBGNSCollectionView.inspector
 DebuggerUI
 
 Adapted for DebuggerUI by Troy Koelling on 12/16/2013
 Created by Kelly Keenan on 12/9/09.
 Copyright 2009-2013 Apple Inc. All rights reserved.
 -->

<slice>
    <section>
        <sliver title="Max Rows">
            <property type="string" keyPath="inspectedObjectsController.selection.object.maxNumberOfRows" editable="NO" />
            </sliver>
        <sliver title="Max Columns">
            <property type="string" keyPath="inspectedObjectsController.selection.object.maxNumberOfColumns" editable="NO" />
        </sliver>
        <sliver title="Delegate">
            <property type="dbg-class-name" keyPath="inspectedObjectsController.selection.object.delegate" />
        </sliver>
        <sliver title="Data Source">
            <property type="dbg-class-name" keyPath="inspectedObjectsController.selection.object.dataSource" />
        </sliver>
        <sliver title="Colors">
            <property type="dbg-boolean" keyPath="inspectedObjectsController.selection.object.dbgHasSecondaryBackgroundColor" title="Use Alternating Colors" />
        </sliver>
        <sliver title="Primary">
            <property type="dbg-color" keyPath="inspectedObjectsController.selection.object.dbgPrimaryBackgroundColor" />
        </sliver>
        <sliver title="Secondary">
            <property type="dbg-color" enabledKeyPath="inspectedObjectsController.selection.object.dbgHasSecondaryBackgroundColor" keyPath="inspectedObjectsController.selection.object.dbgSecondaryBackgroundColor" />
        </sliver>
    </section>
    <section>
        <sliver title="Selection">
            <property type="dbg-boolean" keyPath="inspectedObjectsController.selection.object.selectable" title="Selectable" />
            <property type="dbg-boolean" keyPath="inspectedObjectsController.selection.object.allowsEmptySelection" title="Allows Empty Selection"/>
            <property type="dbg-boolean" keyPath="inspectedObjectsController.selection.object.allowsMultipleSelection" title="Allows Multiple Selection" />
        </sliver>
    </section>
</slice>
