[Category("Appearance")]
[Description("Text displayed in the control title.")]
[DefaultValue("MyDocument")]
public string Title
{...}

Example 3: Changing default value.

Back to Article