Represents a custom property type that DynamicListField and MultiSelectListField use to control the styles of their suggest list.
Declaring type: SuggestListStyles
Namespace: XNode.Web.XField.CustomProperty
Assembly: XNode.Web.XField
Collapse/Expand Public Constructors
  Name Description
Public Method SuggestListStyles Overloaded. Initializes a new instance of SuggestListStyles.
Collapse/Expand Public Properties
  Name Description
Public Property BorderColor Gets or sets the border color of the suggest list (e.g. "#6698FF").
Public Property BorderWidth Gets or sets the border width of the suggest list (e.g. "1px").
Public Property CloseButtonFontSize Gets or sets the font size for the close button of the suggest list (e.g. "11pt"). Close button automatically appears when the suggest list is displayed on a mobile device.
Public Property MaxRows Gets or sets the maximum number of rows allowed in the suggest list.
Public Property MaxVisibleRows Gets or sets the maximum number of visible rows in the suggest list.
Public Property PageInfoKeyword Gets or sets the keyword of the page info to be shown in the navigation bar. The page info is in format of "PAGENUMBER KEYWORD TOTALPAGES" such as "1 of 9".