Is it possible to view members other than public properties in a PropertyGrid? The documentation says "all public properties of the SelectedObject will be displayed in the PropertyGrid by default". The "by default" seems to imply that it may be possible to view e.g. fields or non-public properties after some configuration.
Please note that I do not actually want to display anything other than public properties, I just need to know what it supports.

IsWatchable : Type -> boolmember which plugin authors can use to indicate whether an instance of a given type is watchable. One of the built-in plugins I'm developing is based on the PropertyGrid. So I wantIsWatchableto return false if an instance of a given type doesn't have anything useful which can be displayed in a PropertyGrid. – Stephen Swensen Jul 12 '12 at 18:34