Class ActionBar
ActionBar UI element.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public class ActionBar : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
Constructors
| Name | Description |
|---|---|
| ActionBar() | Default constructor. |
Fields
| Name | Description |
|---|---|
| actionGroupUssClassName | The ActionBar action group styling class. |
| checkboxUssClassName | The ActionBar checkbox styling class. |
| labelUssClassName | The ActionBar label styling class. |
| ussClassName | The ActionBar main styling class. |
Properties
| Name | Description |
|---|---|
| collectionView | The collection view attached to this ActionBar. |
| contentContainer | The content container of the ActionBar. |
| itemsSource | The items source from the Collection View. |
| message | Text used for item selection message.
|
| selectedIndices | The list of selected indices from the Collection View. |