Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateAmPmFieldInfo Class / Pattern Property


In This Topic
    Pattern Property (DateAmPmFieldInfo)
    In This Topic
    Gets or sets a value that indicates the field pattern.
    Syntax
    'Declaration
     
    
    Public Property Pattern As AmPmPattern
    'Usage
     
    
    Dim instance As DateAmPmFieldInfo
    Dim value As AmPmPattern
     
    instance.Pattern = value
     
    value = instance.Pattern
    public AmPmPattern Pattern {get; set;}

    Property Value

    An GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern value that indicates the pattern.
    The default is AmPmPattern.AmPmDesignator.
    Remarks
    This property retrieves the pattern for the DateAmPmFieldInfo.AMDesignator and the DateAmPmFieldInfoPMDesignator.
    See Also