Back to Devexpress

CheckEditingField.GroupID Property

corelibraries-devexpress-dot-xtraprinting-dot-checkeditingfield.md

latest1.6 KB
Original Source

CheckEditingField.GroupID Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string GroupID { get; set; }
vb
<DefaultValue("")>
Public Property GroupID As String

Property Value

TypeDefaultDescription
StringString.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

GroupID

CheckEditingField Class

CheckEditingField Members

DevExpress.XtraPrinting Namespace