CultureCurrencySymbolPlaceholder Property
In This Topic
Gets or sets the culture-specific currency symbol placeholder for the mask cell.
Syntax
'Declaration
Public Property CultureCurrencySymbolPlaceholder As String
'Usage
Dim instance As MaskedEditCellType
Dim value As String
instance.CultureCurrencySymbolPlaceholder = value
value = instance.CultureCurrencySymbolPlaceholder
public string CultureCurrencySymbolPlaceholder {get; set;}
Property Value
String containing the placeholder for the culture-specific currency symbol
See Also