ListBoxValidationCheckedItemConverter Property

Gets or sets the converter that is used to synchronize the selected items.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IListItemConverter CheckedItemConverter { get; set; }

Property Value

IListItemConverter

See Also