Class LayoutSelection
Represents a reference to a layout for a device.
public class LayoutSelection : CorePropertyChanged
- Inheritance
-
objectCorePropertyChangedLayoutSelection
Properties
ErrorState
Gets or sets the error state of the layout reference.
public string? ErrorState { get; set; }
Property Value
Parameter
Gets or sets the parameter of the layout reference, such as a file path of workshop entry ID.
public string? Parameter { get; set; }
Property Value
Type
Gets or sets what kind of layout reference this is.
public string? Type { get; set; }