Class PrintCollatedDropDownItemModel
Represents the print collated 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.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.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. |