constants ViewModeOptionEnum
The ViewModeOptionEnum type indicates the set of options user can access for different types of views. The ViewMode property specifies the way the control displays its data. The ViewModeOption property specifies the option for a given view. The options that start with exCardView have effect only if the ViewMode property is exCardView. The options that start with exTableView have effect only if the ViewMode property is exTableView. All other options are valid for all modes.

NameValueDescription
exBorderWidth0 Specifies the width in pixels of the empty border inside the view. The option is valid for all view modes.
exBorderHeight1 Specifies the height in pixels of the empty border inside the view. The option is valid for all view modes.
exCardViewWidth2 Specifies the width in pixels of the card. If this option is 0, the width of the card is the same with the control's visible area as follows, if the ColumnAutoResize property is True, the width of the card is the same as the control's client area. If the ColumnAutoResize property is False, the width of the card is the sum of the width of all visible columns. If this option is 0, the user can't resize the cards at runtime, and so the exCardViewVResizeLine has no effect. ( long expression, 128 )
exCardViewHeight3 Specifies the height in pixels of the card, not including the height of the card's title. The height of the card's title is determined by the DefaultItemHeight property. Use the exCardViewTitleFormat option on empty string to hide the titles of the cards. If the exCardViewHeight option is 0, the height of the card is computed as follows, if the exCardViewColumns option is 0, the height of the card is the same as the height of the control's client area, else the height of the card is the result of division the height of the control's client area by exCardViewColumns option. If this option is 0, the user can't resize the card at runtime, and so the exCardViewHResizeLine option has no effect. ( long expression, 144 )
exCardViewFormat4 Specifies the arrangement of the fields in the cards. The exCardViewFormat supports CRD format. (string expression, "1/2/3/4/5/6/7")
exCardViewTitleFormat5 Specifies the arrangement of the fields in the title of the card. The exCardViewTitleFormat supports CRD format. If the exCardViewTitleFormat option is empty, the cards are displayed without a title. If the card is collapsed, the card displays only its title. Use the ExpandCard property to expand or collapse programmatically a card. The HasButtons property indicates whether the control displays an expand/collapse button in the title of the card.  (string expression, "0")
exCardViewTitleBackColor6 Specifies the visual appearance of the title of the card. As all color properties, it supports displaying a skin object as well. (color expression, 0) 
exCardViewTitleForeColor7 Specifies the foreground color for cells in the title of the card. (color expression, 0) 
exCardViewBackColor8 Specifies the visual appearance of the card without the title. As all color properties, it supports displaying a skin object as well. (color expression, 0)
exCardViewBorderWidth9 Specifies the width in pixels of the empty border between cards. Specifies the distance in pixels between two cards. (long expression, 4)
exCardViewBorderHeight10 Specifies the height in pixels of the empty border between cards. Specifies the distance in pixels between two cards. (long expression, 4)
exCardViewLeftToRight11 Retrieves or sets a value that indicates whether the cards are arranged from left to right or from top to right. If the exCardViewLeftToRight option is True, the exCardViewColumns indicates the number of columns of cards being displayed. If the exCardViewLeftToRight option is False, the exCardViewColumns indicates the number of rows of cards being displayed.  (boolean expression, True)
exCardViewColumns12 Specifies the number of columns of cards being displayed as follows if the exCardViewLeftToRight option is True, the exCardViewColumns indicates the number of columns of cards being displayed, If the exCardViewLeftToRight option is False, the exCardViewColumns indicates the number of rows of cards being displayed. (long expression, 0)
exCardViewTitleReadOnly13 Specifies whether the title of the card is read only. (boolean expression, 4)
exCardViewVResizeLine14 Gets or sets a value that indicates whether the control draws the vertical resizing lines. The resizing lines are not shown if the exCardViewWidth property is 0. Use the ItemsAllowSizing property to allow resizing the cards at run-time. ( boolean expression, False )
exCardViewHResizeLine15 Gets or sets a value that indicates whether the control draws the horizontal resizing lines. The resizing lines are not shown if the exCardViewHeight property is 0. Use the ItemsAllowSizing property to allow resizing the cards at run-time. ( boolean expression, False )