ASP.NET Core MVC Controls | ComponentOne
ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly
/
C1.Web.Mvc.MultiRow Namespace
/
Cell Class
/ Mask Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Mask Property (Cell)
In This Topic
Gets or sets a mask to be used while editing values in this column.
Syntax
Visual Basic
C#
'Declaration Public Property Mask As
String
public
string
Mask {get; set;}
Remarks
The mask format is the same used by the InputMask control. If specified, the mask should be compatible with the value of the format property. For example, the mask '99/99/9999' can be used for entering dates formatted as 'MM/dd/yyyy'.
See Also
Reference
Cell Class
Cell Members