Class UIMarginCollection
Represents UI margins collection.
Inheritance
System.Object
UIMarginCollection
Namespace: Telerik.WinForms.Controls.Spreadsheet.Margins
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class UIMarginCollection : ObservableCollection<UILayer>
Constructors
UIMarginCollection()
Declaration
public UIMarginCollection()
Methods
UpdateUI(UIUpdateContext)
Updates the UI.
Declaration
public void UpdateUI(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
The update context. |