Gets the optimal width of the Column's caption to display it without the loss of information.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int MeasureOptimalCaptionWidth()
Visual Basic
Public Function MeasureOptimalCaptionWidth As Integer
Visual C++
public:
int MeasureOptimalCaptionWidth()
F#
member MeasureOptimalCaptionWidth : unit -> int 

Field Value

Type: Int32
The optimal width of the column's caption.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Dapfor.Net.Ui.Column.MeasureOptimalCaptionWidth"]

See Also