<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapField Class / Width Property

In This Topic
    Width Property (C1OlapField)
    In This Topic
    Gets or sets the preferred width to be used for showing the field in the user interface.
    Syntax
    'Declaration
     
    Public Property Width As Integer
    public int Width {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