[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ListBoxBuilder-1.CheckedIndexes

CheckedIndexes Method

CheckedIndexes(IList<int>)

Configurates CheckedIndexes. Sets a list containing the indexes of checked items.

Declaration
public ListBoxBuilder<T> CheckedIndexes(IList<int> value)
Parameters
Type Name Description
IList<int> value

The value.

Returns
Type Description
ListBoxBuilder<T>

Current builder.

CheckedIndexes(params int[])

Sets the CheckedIndexes property.

Declaration
public ListBoxBuilder<T> CheckedIndexes(params int[] value)
Parameters
Type Name Description
int[] value

The value

Returns
Type Description
ListBoxBuilder<T>

Current builder

Remarks

Gets or sets an array containing the indexes that are currently checked.