DataField Property (InputMaskedTextBox)
In This Topic
Gets or sets the field of the data source to which this component is bound.
Syntax
'Declaration
Public Overridable Property DataField As String
public virtual string DataField {get; set;}
See Also