Class PickerItem
An Item from a Picker.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class PickerItem : BaseVisualElement, IEventHandler, IVisualElementScheduler, IExperimentalFeatures, ITransitionAnimations, ITransform, IResolvedStyle, IContextOverrideElement, IAdditionalDataHolder, IPressable
Constructors
PickerItem()
Default constructor.
Declaration
public PickerItem()
Fields
ussClassName
The main styling class for the PickerItem.
Declaration
public const string ussClassName = "appui-picker-item"
Field Value
Type | Description |
---|---|
string |
Properties
clickable
Clickable Manipulator for this MenuItem.
Declaration
public Pressable clickable { get; set; }
Property Value
Type | Description |
---|---|
Pressable |
index
The index of this item in the collection.
Declaration
public int index { get; set; }
Property Value
Type | Description |
---|---|
int |