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


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

    Property Value

    String containing the placeholder for the culture-specific AM-PM symbol
    See Also