Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / CultureThousandsPlaceholder Property


In This Topic
    CultureThousandsPlaceholder Property
    In This Topic
    Gets or sets the culture-specific thousands placeholder for the mask cell.
    Syntax
    'Declaration
     
    
    Public Property CultureThousandsPlaceholder As String
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As String
     
    instance.CultureThousandsPlaceholder = value
     
    value = instance.CultureThousandsPlaceholder
    public string CultureThousandsPlaceholder {get; set;}

    Property Value

    String containing the placeholder for the culture-specific thousands symbol
    See Also