Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / TextBoxArea Class / RawText Property


In This Topic
    RawText Property (TextBoxArea)
    In This Topic
    Gets or sets the raw (non-formatted) text entered in the textbox area without the literals of the mask.
    Syntax
    '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;}

    Property Value

    A string representing the raw (non-formatted) text entered in the textbox area without the literals of the mask.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also