Skip to main content
A newer version of this page is available. .

CheckEditingField.GroupID Property

Specifies the ID of a logical group to which a CheckEditingField belongs.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue("")]
public string GroupID { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the ID of a logical group owning the CheckEditingField.

Remarks

The field’s GroupID property corresponds to the CheckEditOptions.GroupID property of a control.

See Also