RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupJoin..::..AddVisibleColumnDefinition Method (String, FieldDefinition, Double)

Adds a visible column definition.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public LookupFieldColumnDefinition AddVisibleColumnDefinition(
	string caption,
	FieldDefinition fieldDefinition,
	double percentWidth
)
Public Function AddVisibleColumnDefinition ( _
	caption As String, _
	fieldDefinition As FieldDefinition, _
	percentWidth As Double _
) As LookupFieldColumnDefinition
public:
LookupFieldColumnDefinition^ AddVisibleColumnDefinition(
	String^ caption, 
	FieldDefinition^ fieldDefinition, 
	double^ percentWidth
)

Parameters

caption
Type: String
The caption.
fieldDefinition
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The field definition.
percentWidth
Type: Double
The percent of the lookup's total width.

Return Value

LookupFieldColumnDefinition.