ClassUIMarginCollection
Class
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:
Inherited Members
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
The update context.