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


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

    Property Value

    String containing the placeholder for the culture-specific time
    See Also