GrapeCity.Win.MultiRow Namespace > MaskedTextBoxCell Class : TextMaskFormat Property |
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> <SRDescriptionAttribute("Indicates whether the Cell value includes literals and/or prompt characters.")> <SRCategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property TextMaskFormat As MaskFormat
Dim instance As MaskedTextBoxCell Dim value As MaskFormat instance.TextMaskFormat = value value = instance.TextMaskFormat
[RefreshProperties(RefreshProperties.Repaint)] [SRDescription("Indicates whether the Cell value includes literals and/or prompt characters.")] [SRCategory("Behavior")] [DefaultValue()] public MaskFormat TextMaskFormat {get; set;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The specified value is not a System.Windows.Forms.MaskFormat value. |
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