Public constructor of ComboAggregateVisibility.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ComboAggregateVisibility(
	Aggregates aggregate
)
Visual Basic
Public Sub New ( _
	aggregate As Aggregates _
)
JScript
public function ComboAggregateVisibility(
	aggregate : Aggregates
)

Parameters

aggregate
Type: Aggregates
The associated Aggregates value.

See Also