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

LookupDefinition<(Of <(<'TLookupEntity, TEntity>)>)>..::..AddVisibleColumnDefinition Method (Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>, String, ILookupFormula, Double, String)

Adds a visible formula column definition.

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

Syntax


public LookupFormulaColumnDefinition AddVisibleColumnDefinition(
	Expression<Func<TLookupEntity, Object>> lookupEntityProperty,
	string caption,
	ILookupFormula lookupFormula,
	double percentWidth,
	string alias
)
Public Function AddVisibleColumnDefinition ( _
	lookupEntityProperty As Expression(Of Func(Of TLookupEntity, Object)), _
	caption As String, _
	lookupFormula As ILookupFormula, _
	percentWidth As Double, _
	alias As String _
) As LookupFormulaColumnDefinition
public:
LookupFormulaColumnDefinition^ AddVisibleColumnDefinition(
	Expression<Func<TLookupEntity, Object^>^>^ lookupEntityProperty, 
	String^ caption, 
	ILookupFormula^ lookupFormula, 
	double^ percentWidth, 
	String^ alias
)

Parameters

lookupEntityProperty
Type: Expression<(Of <(<'Func<(Of <(<'TLookupEntity, Object>)>)>>)>)>
The lookup entity property.
caption
Type: String
The caption.
lookupFormula
Type: RingSoft.DbLookup.Lookup..::..ILookupFormula
The lookup formula.
percentWidth
Type: Double
The percent of the lookup's total width.
alias
Type: String
The alias.

Return Value

LookupFormulaColumnDefinition.