Class PaperTypeDropDownItemModel
Represents the paper type drop down item model.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PaperTypeDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged
Properties
PaperType
Gets the type of the paper.
Declaration
public PaperTypes PaperType { get; }
Property Value
Telerik.Windows.Documents.Model.PaperTypes
The type of the paper. |