Gets the width of the rows. This is the number of columns multiplied by the ItemWidth value.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double TotalWidth { get; private set; }
Visual Basic
Public Property TotalWidth As Double
	Get
	Private Set
Visual C++
public:
property double TotalWidth {
	double get ();
	private: void set (double value);
}

See Also