[]
        
(Showing Draft Content)

C1.WPF.GanttView.FieldStyleCollection

FieldStyleCollection Class

The collection of field styles.

Inheritance
FieldStyleCollection
Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class FieldStyleCollection : BindingList<FieldStyle>, IList<FieldStyle>, ICollection<FieldStyle>, IReadOnlyList<FieldStyle>, IReadOnlyCollection<FieldStyle>, IEnumerable<FieldStyle>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents

Constructors

Name Description
FieldStyleCollection()

Methods

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.