[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.SelectorItem

Class SelectorItem

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Provides a base class for item types in a selection control.

public abstract class SelectorItem
Inheritance
object
SelectorItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SelectorItem()

protected SelectorItem()

Properties

Value

The content of this item.

public string Value { get; set; }

Property Value

string