Class MaskEditDesigner
Gets a collection of DatePicker values
Inheritance
System.Object
MaskEditDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class MaskEditDesigner : EJControlDesigner, IEJControlDesigner
Constructors
MaskEditDesigner()
Declaration
public MaskEditDesigner()
Properties
Maskedit
Declaration
public MaskEdit Maskedit { get; }
Property Value
Methods
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements