Class ListContainerButton
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
ListContainerButton
Implements
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class ListContainerButton : ContainerButton, IEntityControl
Constructors
| Improve this Doc View SourceListContainerButton(ListData)
Declaration
public ListContainerButton(ListData data)
Parameters
Type | Name | Description |
---|---|---|
ListData | data |
Fields
| Improve this Doc View SourceData
Declaration
public readonly ListData Data
Field Value
Type | Description |
---|---|
ListData |
Properties
| Improve this Doc View SourceUiEntity
Declaration
public EntityUid? UiEntity { get; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |