[]
The collection of field styles.
public class FieldStyleCollection : BindingList<FieldStyle>, IList<FieldStyle>, ICollection<FieldStyle>, IReadOnlyList<FieldStyle>, IReadOnlyCollection<FieldStyle>, IEnumerable<FieldStyle>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
Name | Description |
---|---|
FieldStyleCollection() |
Name | Description |
---|---|
AddFieldStyle(StyleField, string) | Adds new field style to collection base on property and its name. |
CreateFieldStyle(StyleField, string) | Internal uses only. |
InsertItem(int, FieldStyle) | Inserts the specified item in the list at the specified index. |
OnListChanged(ListChangedEventArgs) | Raises the ListChanged event. |