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


In This Topic
    AcceptAMPM Property
    In This Topic
    Gets or sets whether to accept AM and PM for the mask cell.
    Syntax
    'Declaration
     
    
    Public Property AcceptAMPM As Boolean
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As Boolean
     
    instance.AcceptAMPM = value
     
    value = instance.AcceptAMPM
    public bool AcceptAMPM {get; set;}

    Property Value

    Boolean: true to accept AM-PM setting; false otherwise
    See Also