Version

GetColumnWidthResolved(TaskField) Method

Returns the resolved width of the column. This property returns the actual width of the cells associated with the column.
Syntax
'Declaration
 
Public Overloads Function GetColumnWidthResolved( _
   ByVal taskField As Infragistics.Win.UltraWinSchedule.TaskField _
) As Integer
public int GetColumnWidthResolved( 
   Infragistics.Win.UltraWinSchedule.TaskField taskField
)

Parameters

taskField
TaskField value indicating the column whose width to return.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also