Determines detail image visibility.
Namespace:
C1.Web.iPhone.C1NavigationListAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum DetailImageVisibility |
Visual Basic |
---|
Public Enumeration DetailImageVisibility |
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Detail image will be shown only when item contains child items. | |
Visible | 1 | Detail image will be visible. | |
Hidden | 2 | Detail image will be hidden. |