GridDataItemCollectionItem Property (String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic GridDataItem this[
string hierarchicalIndex
] { get; }
Public ReadOnly Default Property Item (
hierarchicalIndex As String
) As GridDataItem
Get
public:
property GridDataItem^ default[String^ hierarchicalIndex] {
GridDataItem^ get (String^ hierarchicalIndex);
}
member Item : GridDataItem with get
Parameters
- hierarchicalIndex
- Type: SystemString
Property Value
Type:
GridDataItem
See Also