Gets or sets a group name for the ComboBoxMember.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2011
Syntax
C# |
---|
public string GroupName { get; set; } |
Visual Basic |
---|
Public Property GroupName As String Get Set |
Visual C++ |
---|
public: property String^ GroupName { String^ get (); void set (String^ value); } |
Remarks
The GroupName is used to group the items and also appears in the group header.
All ComboBoxMembers assigned to the same group will be grouped in the ComboBox. There will be a header that shows the name.
The default value is nullNothingnullptra null reference (Nothing in Visual Basic).