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


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

    Property Value

    String containing the culture-specific date format
    See Also