CodeLensDetailHeaderDescriptor.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The desired width of this header when displayed in the detail popup.
public:
property double Width { double get(); void set(double value); };
public double Width { get; set; }
member this.Width : double with get, set
Public Property Width As Double
Property Value
Remarks
If Width <= 1.0, this value is used as a multifier for the percentage of remaining width in the grid view, excluding all fixed width columns, should be allocated to this column. A value of 1.0 means 100% of remaining width is allocated to this column.