Class SettingPropertyDropdownAttribute
- Namespace
- MCM.Abstractions.Attributes.v2
- Assembly
- MCMv5.dll
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class SettingPropertyDropdownAttribute : BaseSettingPropertyAttribute, IPropertyDefinitionDropdown, IPropertyDefinitionBase
- Inheritance
-
SettingPropertyDropdownAttribute
- Implements
- Inherited Members
Constructors
SettingPropertyDropdownAttribute(string)
public SettingPropertyDropdownAttribute(string displayName)
Parameters
displayName
string
Properties
SelectedIndex
public int SelectedIndex { get; }