GrapeCity MultiRow Windows Forms Documentation
Culture Property


Gets or sets the culture information associated with the masked text cell.
Syntax
<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.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe assigned value is a null reference (Nothing in Visual Basic).
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

Reference

MaskedTextBoxCell Class
MaskedTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.