Back to Devexpress

ASPxVerticalGridExportSettings Members

aspnet-devexpress-dot-web-dot-aspxverticalgridexportsettings-dot-underscore-members.md

latest5.4 KB
Original Source

ASPxVerticalGridExportSettings Members

Contains the export settings to be applied when the VerticalGrid’s data is exported.

Constructors

NameDescription
ASPxVerticalGridExportSettings(IPropertiesOwner)Initializes a new instance of the ASPxVerticalGridExportSettings class.

Fields

NameDescription
DefaultMaxColumnWidth staticHolds the default value for the column’s maximum width, in pixels. Inherited from ASPxGridExportSettings.

Properties

NameDescription
EnableClientSideExportAPIGets or sets a value specifying whether the client exporting API is enabled. Inherited from ASPxGridExportSettings.
ExportSelectedRecordsOnlySpecifies if only selected records should be exported.
FileNameGets or sets the file name to which the grid’s data is exported.
HeaderIndentWidthGets or sets the header indent width within the ASPxVerticalGrid when it is exported.
LandscapeGets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.
PageFooterGets the page footer’s settings.
PageHeaderGets the page header’s settings.
PaperKindGets or sets the type of paper for the exported report.
PaperNameGets or sets the name of the custom paper which is used for export purposes.
PrintSelectCheckBoxGets or sets whether check boxes (or radio buttons) used to select/deselect records, are printed.
ReportFooterGets or sets the text displayed within a report’s footer.
ReportHeaderGets or sets the text displayed within a report’s header.
RightToLeftSpecifies whether to apply right-to-left representation to the control. Inherited from ASPxGridExportSettings.

Methods

NameDescription
Assign(PropertiesBase)Copies the public properties from the specified object to the current one.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

ASPxVerticalGridExportSettings Class

DevExpress.Web Namespace