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


In This Topic
    DisplayMoney Property
    In This Topic
    Gets or sets the display money symbol for the mask cell.
    Syntax
    'Declaration
     
    
    Public Property DisplayMoney As AjaxControlToolkit.MaskedEditShowSymbol
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As AjaxControlToolkit.MaskedEditShowSymbol
     
    instance.DisplayMoney = value
     
    value = instance.DisplayMoney
    public AjaxControlToolkit.MaskedEditShowSymbol DisplayMoney {get; set;}

    Property Value

    MaskedEditShowSymbol setting that specifies whether or how to display the symbol
    Example
    This example creates a mask cell for monetary input.
    See Also