New to Telerik UI for WPFStart a free 30-day trial

Represents UI margins collection.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Margins

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
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

C#
public UIMarginCollection()

Methods

Updates the UI.

C#
public void UpdateUI(UIUpdateContext updateContext)
Parameters:updateContextUIUpdateContext

The update context.