Gets the data item associated with this container. This value is null if this container
is not currently being data bound.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public TDataItem DataItem { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property DataItem As TDataItem |
| Visual C++ |
|---|
public: property TDataItem DataItem { TDataItem get (); void set (TDataItem value); } |