Share

ComboBoxMember.GroupName Property

The group to which the ComboBoxMember is assigned.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public string GroupName { get; }

Property Value

String

Remarks

If set, the ComboBoxMember appears under a group header in the ComboBox. If null, the ComboBoxMember is not a member of any group. The default value is null.

See Also

Reference

Was this information helpful?