Table of Contents

Property Group

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

Group

The name of the mutually exclusive group that this control belongs to. Add multiple instances of this control to the same group to achieve mutually exclusive radio button behavior.

public string Group { get; set; }

Property Value

string

Remarks

Group names are visible application-wide, so please be sure each group name is unique across the entire application. Contrary to the .NET controls, there is no need for each control in a group to share a common parent.