Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingField.groupID() Method

Returns the ID of a logical group to which an editing field for a check box belongs.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string groupID()

Returns

Type Description
String

A string that specifies the ID of a logical group owning the corresponding check box.

Remarks

The group ID defines behavior of check boxes in Print Preview.

  • When the group ID is null or empty string value, a check box in Print Preview can be switched either to the “checked” or “unchecked” state independent of other available check boxes.
  • Otherwise, the field editor behaves like a radio button, and editors having the same ID belong to a single logical group (i.e., only one option can be selected within a group at a time).
See Also