Interface IReadOnlyListItem
public interface IReadOnlyListItem
- Extension Methods
Properties
Color
string Color { get; }
Property Value
Description
string Description { get; }
Property Value
Enabled
bool? Enabled { get; }
Property Value
- bool?
Icon
string Icon { get; }
Property Value
Index
int Index { get; }
Property Value
Selected
bool Selected { get; }
Property Value
Text
string Text { get; }
Property Value
Value
string Value { get; }