CheckEditingField.GroupID Property
Specifies the ID of a logical group to which a CheckEditingField belongs.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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