Click or drag to resize

ListRowItem Property

Gets or sets row value for the given column.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Object this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Zero-based column index.

Return Value

Type: Object
Row value for the given column.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex was outside of the bounds the row.
Remarks