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