ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / Mask Property






In This Topic
    Mask Property (InputDateBase)
    In This Topic
    Gets or sets a mask to use while editing.
    Syntax
    'Declaration
     
    
    Public Property Mask As System.String
    'Usage
     
    
    Dim instance As InputDateBase
    Dim value As System.String
     
    instance.Mask = value
     
    value = instance.Mask
    public System.string Mask {get; set;}
    public read-write property Mask: System.String; 
    public function get,set Mask : System.String
    public: __property System.string* get_Mask();
    public: __property void set_Mask( 
       System.string* value
    );
    public:
    property System.String^ Mask {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    The mask format is the same one that the InputMask control uses.
    See Also