Click or drag to resize
IChapterInfoIdx Property
Get the chapter's index

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int Idx { get; }

Return Value

Type: Int32
int
Examples
If the chapter index in the designer is 3, IChapterInfo.Idx will return 3.
See Also