MVCxTreeListPrintSettings Members
Provides print settings for the TreeList.Constructors
Name | Description |
---|---|
MVCxTreeListPrintSettings() | Initializes a new instance of the MVCxTreeListPrintSettings class with default settings. |
Properties
Name | Description |
---|---|
AutoWidth | Gets or sets whether the ASPxTreeList fits the printed page horizontally. Inherited from ASPxTreeListPrintSettings. |
ExpandAllNodes | Gets or sets a value specifying which nodes of an ASPxTreeList should present in the export result. Inherited from ASPxTreeListPrintSettings. |
ExportAllPages | Gets or sets whether all pages are exported. Inherited from ASPxTreeListPrintSettings. |
PageSettings | Gets the settings of a report page. Inherited from ASPxTreeListPrintSettings. |
RightToLeft | Specifies whether or not the tree list supports right-to-left representation when you export tree list data. Inherited from ASPxTreeListPrintSettings. |
ShowTreeButtons | Gets or sets whether tree buttons are displayed in a report. Inherited from ASPxTreeListPrintSettings. |
ShowTreeLines | Gets or sets whether tree lines are displayed in a report. Inherited from ASPxTreeListPrintSettings. |
SplitDataCellAcrossPages | Gets or sets whether data cells are allowed to be split across pages when exporting. Inherited from ASPxTreeListPrintSettings. |
Methods
Name | Description |
---|---|
Assign(ASPxTreeListPrintSettings) | Copies the settings from the specified ASPxTreeListPrintSettings object to the current object. Inherited from ASPxTreeListPrintSettings. |
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from PropertiesBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also