Click or drag to resize

WizardOptionBaseDisplayIndex Property

The position of this option in the settings list of the Wizard dialog.

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public int DisplayIndex { get; set; }

Property Value

Int32
Remarks
This is especially important for the NumericOption/PositionSelectOption interplay, where the datasource option needs to be display before the PositionSelect-Page.
See Also