WizardOptionBaseDisplayIndex Property |
The position of this option in the settings list of the Wizard dialog.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int DisplayIndex { get; set; }
Public Property DisplayIndex As Integer
Get
Set
Dim instance As WizardOptionBase
Dim value As Integer
value = instance.DisplayIndex
instance.DisplayIndex = value
Property Value
Int32Remarks This is especially important for the NumericOption/PositionSelectOption interplay, where the datasource
option needs to be display before the PositionSelect-Page.
See Also