CheckEditingField.GroupID Property
Specifies the ID of a logical group to which a CheckEditingField belongs.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
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