What are WebPart properties?

What are WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code?

WebPart properties are just like ASP.NET control properties, they are used to specify the characteristics of a webpart and by specifying the attributes with the desired values by a user. Some of the attributes are WebDescription, WebDisplayName, Category, Personalizable, and WebBrowsable.
What are ClassResources?
What are ClassResources? - ClassResources are defined in the SharePoint solution file. It is a helpful directory to use in order to deploy custom images......
What is a SharePoint Solution File?
What is a SharePoint Solution File? - A SharePoint solution file is compressed file that contains custom components. It is suffixed with a .wsp extension that aids in deployment. ......
What are event receivers?
What are event receivers? - Event receivers allow responding to events as they occur within SharePoint, such as adding an item or deleting an item......
Post your comment