Text Property (C1CustomButton)
In This Topic
Gets or sets the button text or the command link's command text.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1CustomButton.Text", "Specifies the button text or the command link's command text.")>
<DefaultValueAttribute("")>
<LocalizableAttribute(True)>
Public Property Text As String
[C1Category("Appearance")]
[C1Description("C1CustomButton.Text", "Specifies the button text or the command link's command text.")]
[DefaultValue("")]
[Localizable(true)]
public string Text {get; set;}
See Also