Item Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RichListItemCollection..::..Item Property |
| RichListItemCollection Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RichListItem this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As RichListItem Get |
| Visual C++ |
|---|
public: property RichListItem^ default[int index] { RichListItem^ get (int index); } |
Parameters
- index
- Type: System..::..Int32