'Declaration<DefaultMemberAttribute("Item")> Public Class FieldNameList
'UsageDim instance As FieldNameList
[DefaultMember("Item")] public class FieldNameList
'Declaration<DefaultMemberAttribute("Item")> Public Class FieldNameList
'UsageDim instance As FieldNameList
[DefaultMember("Item")] public class FieldNameList
System.Object
Xceed.Wpf.Controls.FieldNameList
| Name | Description | |
|---|---|---|
![]() | FieldNameList Constructor | Initializes a new instance of the FieldNameList class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets a value representing the number of strings in the collection. |
![]() | IsFixedSize | Gets a value indicating whether the IList has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | IsSynchronized | |
![]() | Item | Gets the item at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the IList. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an object to the end of the collection. |
![]() | Clear | Removes all elements from the collection. |
![]() | Contains | Determines whether an element is in the collection. |
![]() | CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | IndexOf | Searches for the specified string and returns the zero-based index of the first occurrence within the entire collection. |
![]() | Insert | Inserts an element into the collection at the specified index. |
![]() | Remove | Removes the first occurrence of a specific string from the collection. |
![]() | RemoveAt | Removes the string at the specified index of the collection. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.