Table of Contents

Interface IReadOnlyListItem

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IReadOnlyListItem
Extension Methods

Properties

Color

string Color { get; }

Property Value

string

Description

string Description { get; }

Property Value

string

Enabled

bool? Enabled { get; }

Property Value

bool?

Icon

string Icon { get; }

Property Value

string

Index

int Index { get; }

Property Value

int

Selected

bool Selected { get; }

Property Value

bool

Text

string Text { get; }

Property Value

string

Value

string Value { get; }

Property Value

string