[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DropDownItemCollection

Class DropDownItemCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a list of DropDownItem objects.

public class DropDownItemCollection : List<DropDownItem>, IList<DropDownItem>, ICollection<DropDownItem>, IList, ICollection, IReadOnlyList<DropDownItem>, IReadOnlyCollection<DropDownItem>, IEnumerable<DropDownItem>, IEnumerable
Inheritance
object
System.Collections.Generic.List<T><DropDownItem>
DropDownItemCollection
Implements
System.Collections.Generic.IList<T><DropDownItem>
System.Collections.Generic.ICollection<T><DropDownItem>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T><DropDownItem>
System.Collections.Generic.IReadOnlyCollection<T><DropDownItem>
System.Collections.Generic.IEnumerable<T><DropDownItem>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Add(GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.AddRange(System.Collections.Generic.IEnumerable<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.AsReadOnly()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.BinarySearch(int, int, GrapeCity.Documents.Word.DropDownItem, System.Collections.Generic.IComparer<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.BinarySearch(GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.BinarySearch(GrapeCity.Documents.Word.DropDownItem, System.Collections.Generic.IComparer<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Clear()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Contains(GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.ConvertAll<TOutput>(System.Converter<GrapeCity.Documents.Word.DropDownItem, TOutput>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.CopyTo(GrapeCity.Documents.Word.DropDownItem[])
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.CopyTo(int, GrapeCity.Documents.Word.DropDownItem[], int, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.CopyTo(GrapeCity.Documents.Word.DropDownItem[], int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Exists(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Find(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindAll(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindIndex(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindIndex(int, System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindIndex(int, int, System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindLast(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindLastIndex(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindLastIndex(int, System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.FindLastIndex(int, int, System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.ForEach(System.Action<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.GetEnumerator()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.GetRange(int, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.IndexOf(GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.IndexOf(GrapeCity.Documents.Word.DropDownItem, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.IndexOf(GrapeCity.Documents.Word.DropDownItem, int, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Insert(int, GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.InsertRange(int, System.Collections.Generic.IEnumerable<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.LastIndexOf(GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.LastIndexOf(GrapeCity.Documents.Word.DropDownItem, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.LastIndexOf(GrapeCity.Documents.Word.DropDownItem, int, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Remove(GrapeCity.Documents.Word.DropDownItem)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.RemoveAll(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.RemoveAt(int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.RemoveRange(int, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Reverse()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Reverse(int, int)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Sort()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Sort(System.Collections.Generic.IComparer<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Sort(int, int, System.Collections.Generic.IComparer<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Sort(System.Comparison<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.ToArray()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.TrimExcess()
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.TrueForAll(System.Predicate<GrapeCity.Documents.Word.DropDownItem>)
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Capacity
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.Count
System.Collections.Generic.List<GrapeCity.Documents.Word.DropDownItem>.this[int]
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

SelectedValue

Gets or sets the value associated with the current display text for the content control. If this content control is not mapped to XML using the XmlMapping property, then this property shall be ignored. If this content control is mapped to XML, it shall be used to determine whether the current display text in the content control shall be retained when the document is opened, as follows: When the XML mapping is created, the content in the custom XML data is retrieved. If this content has an associated list item (matching its value property), then the corresponding display text shall be displayed in the content control. If no list item exists, this content shall be matched against this property value. If the values match, the current display text shall be retained. If the values do not match, the current custom XML data content shall be the new display text (since no match exists in the list items).

public string SelectedValue { get; set; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.