Class PageOrientationDropDownItemModel
Represents the page orientation drop down item model.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PageOrientationDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged
Properties
PageOrientation
Gets the page orientation.
Declaration
public PageOrientation PageOrientation { get; }
Property Value
Telerik.Windows.Documents.Model.PageOrientation
The page orientation. |