asp.net Control Development Series IV

Source: Internet
Author: User

Properties and Properties pane

In the previous article, we discussed the relationship between HTML style tags and text in attributes and ASPX files, and omitted two points:

1, Encodedinnerdefaultproperty and Innerdefaultproperty in the use of the difference, may be some friends of this is not very clear, The Encodedinnerdefaultproperty property is not allowed to contain the control object, for example, declaring the Encodedinnerdefaultproperty's DataList Text property is not allowed you to set to "<table ......>.....</table> "such as the content of HTML tags (which are accurately solvable as objects). and declared as

Innerdefaultproperty's DropDownList Items property you can write <asp:datalist value = "1" >1</asp:datalist> such content.

2, a property should not be at all in the ASPX file control, how to do?

These we can this attribute:

Designerserilizationvisibility (Designerserializationvisibility.hidden)

Okay, let's move on to today's topic: Properties and Properties Pane

It is believed that most programmers use the Properties pane to set the properties of the control object in most cases, so the property pane is also critical in the design of the control.

When we say the property pane, let's take a look at the Propertygrid,propertygrid is a control under System.Windows.Forms.dll, Vs.net and other IDE tools are used to provide property display, operation functions, You may not normally have the concept of this control, although you may use it to provide functionality every day.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.