'Declaration <DescriptionAttribute("The raw (non-formatted) text entered in the textbox area without the literals of the mask.")> <CategoryAttribute("Data")> <DefaultValueAttribute("")> <LocalizableAttribute(True)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property RawText As String
'Usage Dim instance As TextBoxArea Dim value As String instance.RawText = value value = instance.RawText
[Description("The raw (non-formatted) text entered in the textbox area without the literals of the mask.")] [Category("Data")] [DefaultValue("")] [Localizable(true)] [RefreshProperties(RefreshProperties.Repaint)] public string RawText {get; set;}