Gets or sets the maximum number of fields allowed in this list.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public int MaxItems { get; set; }
Visual Basic
Public Property MaxItems As Integer
	Get
	Set

Remarks

Negative values mean the list can have any number of items.

See Also