Gets or sets the preferred width to be used for showing the field in the user interface.

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

Syntax

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

Remarks

Setting this property to zero or to a negative value disables it. Setting it to a positive value causes any bound grid controls to use the value when setting column widths.

See Also