Xceed Ultimate ListBox for Silverlight Documentation
FieldNameList Class Members
Properties  Methods  Events


The following tables list the members exposed by FieldNameList.

Public Constructors
 NameDescription
Public ConstructorFieldNameList ConstructorInitializes a new instance of the FieldNameList class.  
Top
Public Properties
 NameDescription
Public PropertyCountGets a value representing the number of strings in the collection.  
Public PropertyIsFixedSizeGets a value indicating whether the IList has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether the collection is read-only.  
Public PropertyIsSynchronized  
Public PropertyItemGets the item at the specified index.  
Public PropertySyncRoot

Gets an object that can be used to synchronize access to the IList.

 
Top
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the collection.  
Public MethodClearRemoves all elements from the collection.  
Public MethodContainsDetermines whether an element is in the collection.  
Public MethodCopyToCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodIndexOfSearches for the specified string and returns the zero-based index of the first occurrence within the entire collection.  
Public MethodInsertInserts an element into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific string from the collection.  
Public MethodRemoveAtRemoves the string at the specified index of the collection.  
Top
Public Events
 NameDescription
Public EventCollectionChangedOccurs when the items list of the collection has changed, or the collection is reset.  
Top
See Also

Reference

FieldNameList Class
Xceed.Silverlight.Controls Namespace

Send Feedback