Class
PageMarginsDropDownItemModel

Represents page margins drop down item model.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class PageMarginsDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged

Inheritance: objectDropDownItemModelBasePageMarginsDropDownItemModel

Implements: INotifyPropertyChanged

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

Properties

BottomMarginText

Gets the bottom margin text.

Declaration

cs-api-definition
public string BottomMarginText { get; }

Property Value

string

The bottom margin text.

LeftMarginText

Gets the left margin text.

Declaration

cs-api-definition
public string LeftMarginText { get; }

Property Value

string

The left margin text.

PageMargins

Gets the page margins.

Declaration

cs-api-definition
public PageMargins PageMargins { get; }

Property Value

PageMargins

The page margins.

RightMarginText

Gets the right margin text.

Declaration

cs-api-definition
public string RightMarginText { get; }

Property Value

string

The right margin text.

TopMarginText

Gets the top margin text.

Declaration

cs-api-definition
public string TopMarginText { get; }

Property Value

string

The top margin text.