WizardOptionBaseSortIndex Property |
The internal SortIndex used by the IOrdered interface.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int SortIndex { get; }
Public ReadOnly Property SortIndex As Integer
Get
Dim instance As WizardOptionBase
Dim value As Integer
value = instance.SortIndex
Property Value
Int32Implements
IOrderedSortIndexRemarks Is always equal to the DisplayIndex property.
See Also