WizardList Class

Wizard list class.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardList : WizardInput
Inheritance
Object    WizardControl    WizardInput    WizardList

Remarks

Show a list with data from different sources.

Constructors

WizardList Class constructor.

Properties

List List of values.

Methods

SetList(WizardMarkerList) Set a list of markers.
SetList(WizardTableList) Set a list of tables.
SetList(WizardValuesList) Set a list of values.
ToString Converts control settings into String.
(Overrides WizardInputToString)

Fields

Multiselect Allows to pick one or more values from control.
Rows Number of rows to show.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also