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