Click or drag to resize

CellRadioButtonsAttrs Enumeration

Cell attributes specific to RadioButtons cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellRadioButtonsAttrs
Members
  Member nameValueDescription
Horizontal1Radio buttons should be layed out horizontally (left-to-right) instead of vertically (top-to-bottom).
NoScroll2The field should not be scrollable.
NoBorder4The list of buttons should not have a border.
SizeDynamically8If a border is used, size the border to the RadioButtons ignoring any layout sizing.
NoHtmlEscape16The text of the buttons should not be escaped for HTML.
See Also