Class
UIMarginCollection

Represents UI margins collection.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Margins

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class UIMarginCollection : ObservableCollection<UILayer>, IList<UILayer>, ICollection<UILayer>, IList, ICollection, IReadOnlyList<UILayer>, IReadOnlyCollection<UILayer>, IEnumerable<UILayer>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<UILayer>ObservableCollection<UILayer>UIMarginCollection

Implements: ICollectionICollection<UILayer>IEnumerableIEnumerable<UILayer>IListIList<UILayer>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<UILayer>IReadOnlyList<UILayer>

Inherited Members ObservableCollection<UILayer>.Move(int, int)ObservableCollection<UILayer>.ClearItems()ObservableCollection<UILayer>.RemoveItem(int)ObservableCollection<UILayer>.InsertItem(int, UILayer)ObservableCollection<UILayer>.SetItem(int, UILayer)ObservableCollection<UILayer>.MoveItem(int, int)ObservableCollection<UILayer>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<UILayer>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<UILayer>.BlockReentrancy()ObservableCollection<UILayer>.CheckReentrancy()ObservableCollection<UILayer>.CollectionChangedObservableCollection<UILayer>.PropertyChangedCollection<UILayer>.Add(UILayer)Collection<UILayer>.Clear()Collection<UILayer>.CopyTo(UILayer[], int)Collection<UILayer>.Contains(UILayer)Collection<UILayer>.GetEnumerator()Collection<UILayer>.IndexOf(UILayer)Collection<UILayer>.Insert(int, UILayer)Collection<UILayer>.Remove(UILayer)Collection<UILayer>.RemoveAt(int)Collection<UILayer>.CountCollection<UILayer>.ItemsCollection<UILayer>.this[int]

Constructors

UIMarginCollection()

Declaration

cs-api-definition
public UIMarginCollection()

Methods

UpdateUI(UIUpdateContext)

Updates the UI.

Declaration

cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)

Parameters

updateContext

UIUpdateContext

The update context.