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
Properties
The content of this item.
public string Value { get; set; }
Property Value
- string