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

Represents page margins drop down item model.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class PageMarginsDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged

Inheritance: objectDropDownItemModelBasePageMarginsDropDownItemModel

Implements: INotifyPropertyChanged

Inherited Members DropDownItemModelBase.DipToInchString(double)DropDownItemModelBase.OnPropertyChanged(string)DropDownItemModelBase.HeaderDropDownItemModelBase.DescriptionDropDownItemModelBase.IconDropDownItemModelBase.CommandDropDownItemModelBase.PropertyChanged...

Properties

Gets the bottom margin text.

C#
public string BottomMarginText { get; }
Property Value:

The bottom margin text.

Gets the left margin text.

C#
public string LeftMarginText { get; }
Property Value:

The left margin text.

Gets the page margins.

C#
public PageMargins PageMargins { get; }
Property Value:

The page margins.

Gets the right margin text.

C#
public string RightMarginText { get; }
Property Value:

The right margin text.

Gets the top margin text.

C#
public string TopMarginText { get; }
Property Value:

The top margin text.