Click or drag to resize

EnumUtilsGetFixedFieldWidthFactor Method

Returns the factor for which a field should be set. The factor is a number between 1 and 5. The number is used in views and indicates a relative width of the field. 1 = very narrow, 2 = narrow, 3 = normal, 4 = wide, 5 = very wide.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static int GetFixedFieldWidthFactor(
	FixedField fixedField
)

Parameters

fixedField
Type: Omada.OE.ModelFixedField

Return Value

Type: Int32
See Also