HidNumericControl.IsGrouped Property

Definition

Gets a Boolean value that indicates whether the given numeric control is grouped with other, related controls.

public:
 property bool IsGrouped { bool get(); };
bool IsGrouped();
public bool IsGrouped { get; }
var boolean = hidNumericControl.isGrouped;
Public ReadOnly Property IsGrouped As Boolean

Property Value

Boolean

bool

True, if grouped; otherwise, false.

Applies to

See also