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


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

    Property Value

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