GridIndexCollectionChildIndexes Method (String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic GridIndexCollection ChildIndexes(
string parentIndex
)
Public Function ChildIndexes (
parentIndex As String
) As GridIndexCollection
public:
GridIndexCollection^ ChildIndexes(
String^ parentIndex
)
member ChildIndexes :
parentIndex : string -> GridIndexCollection
Parameters
- parentIndex
- Type: SystemString
Return Value
Type:
GridIndexCollection
See Also