By default when you set the SelectedObject property to bind to an object, the members listed in the C1PropertyGrid control will be automatically generated. This is because the AutoGenerateProperties property is set to True by default. You can set the SelectedObject property to False if you do not want properties to be automatically generated. You might do so, for example, if you want only a few properties to be editable or you want to customize the way properties appear in the C1PropertyGrid window.
While properties are visible by default, however, methods are not. By default the AutoGenerateMethods property is set to False and methods are not automatically displayed. If you choose, you can automatically generate methods by setting the AutoGenerateMethods property to True.