Gets or sets the culture information associated with the masked text cell.
<SRDescriptionAttribute("Indicates the culture that determines the value of the localizable mask language separators and placeholders.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Behavior")>
Public Property Culture As CultureInfo
Dim instance As MaskedTextBoxCell
Dim value As CultureInfo
instance.Culture = value
value = instance.Culture
[SRDescription("Indicates the culture that determines the value of the localizable mask language separators and placeholders.")]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Behavior")]
public CultureInfo Culture {get; set;}
Property Value
A
System.Globalization.CultureInfo that represents the culture supported by the
MaskedTextBoxCell.
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