Class PrintCollatedDropDownItemModel
Represents the print collated drop down item model.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PrintCollatedDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged
Properties
PrintCollated
Gets a value indicating whether the pages should be printed collated.
Declaration
public bool PrintCollated { get; }
Property Value
System.Boolean
The print collated. |