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