ASP.NET Pack Programmer's Guide
MaskTextBox.DataItem Property
See Also
 





Gets or sets the data item bound to the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Object DataItem { get; }

Visual Basic  Copy Code

Public ReadOnly Property DataItem As Object

 Property Value

Type: Object
An Object that represents the underlying data object to which the control is bound.

 See Also

MaskTextBox Members
MaskTextBox Class
MindFusion.UI.WebForms Namespace