Back to Devexpress

VerticalGridExtension Methods

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridextension-dot-underscore-methods.md

latest29.7 KB
Original Source

VerticalGridExtension Methods

Represents an extension object implementing the VerticalGrid functionality.

NameDescription
Bind(Object)Binds the Vertical Grid to a data source
BindToCustomData(VerticalGridModel)Binds the VerticalGrid to a custom data model when you use the extension in the custom data binding mode.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>)Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>)Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(String, String)Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>)Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToEF(Type, String)Binds the VerticalGrid to a data source via the Entity Framework in database server mode.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>)Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>)Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(String, String)Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>)Binds the VerticalGrid to a queryable source in database server mode.
BindToLINQ(Type, String)Binds the VerticalGrid to a queryable source in database server mode.
BindToXML(String, String, String)Binds the VerticalGrid to the XML file specified by its name, XPath expression and transformation file name.
BindToXML(String, String)Binds the VerticalGrid to the XML file specified by its name and an XPath expression.
BindToXML(String)Binds the VerticalGrid to the XML file specified by its name.
CreatePrintableObject(VerticalGridSettings, Object) staticEnables a VerticalGrid to be printed using the XtraPrinting Library.
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.
ExportToCsv(VerticalGridSettings, Object, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, Boolean, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, Boolean) staticExports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, String, Boolean, CsvExportOptions) static
ExportToCsv(VerticalGridSettings, Object, String, Boolean) staticExports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String) staticExports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object) staticExports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, DocxExportOptions) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, Boolean, DocxExportOptions) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, Boolean) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String, DocxExportOptions) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String, Boolean, DocxExportOptions) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String, Boolean) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object, String) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToDocx(VerticalGridSettings, Object) staticExports the VerticalGrid’s data to DOCX format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, PdfExportOptions) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, Boolean, PdfExportOptions) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, Boolean) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, PdfExportOptions) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, Boolean, PdfExportOptions) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String, Boolean) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object, String) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToPdf(VerticalGridSettings, Object) staticExports the VerticalGrid’s data to PDF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, RtfExportOptions) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, Boolean, RtfExportOptions) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, Boolean) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, RtfExportOptions) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, Boolean, RtfExportOptions) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String, Boolean) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object, String) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToRtf(VerticalGridSettings, Object) staticExports the VerticalGrid’s data to RTF format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, Boolean, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, Boolean) staticExports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object, String, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, String, Boolean, XlsExportOptions) static
ExportToXls(VerticalGridSettings, Object, String, Boolean) staticExports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object, String) staticExports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXls(VerticalGridSettings, Object) staticExports the VerticalGrid’s data to XLS format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, Boolean, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, Boolean) staticExports the VerticalGrid’s data to XLSX format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object, String, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, String, Boolean, XlsxExportOptions) static
ExportToXlsx(VerticalGridSettings, Object, String, Boolean) staticExports the VerticalGrid’s data to XLSX format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object, String) staticExports the VerticalGrid’s data to XLSX format, based on the provided settings.
ExportToXlsx(VerticalGridSettings, Object) staticExports the VerticalGrid’s data to XLSX format, based on the provided settings.
GetBatchDeleteKeys<T>() staticReturns a list of keys that correspond to VerticalGrid records deleted on the client side in batch edit mode.
GetBatchInsertValues<T>(String) staticReturns a list of values added to the specified row on the client side in batch edit mode.
GetBatchUpdateValues<S, T>(String) staticReturns a dictionary containing record keys and new values updated in the specified row on the client side in batch edit mode.
GetBinaryImageEditCallbackResult() staticReturns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor. Inherited from GridExtensionBase.
GetBinaryImageEditCallbackResult(BinaryStorageMode, BinaryImageUploadValidationSettings) staticReturns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor. Inherited from GridExtensionBase.
GetBinaryImageEditCallbackResult(BinaryStorageMode) staticReturns the specified result back to the client side after processing a callback initiated by a binary image editor used as a grid view column editor. Inherited from GridExtensionBase.
GetComboBoxCallbackResult(MVCxColumnComboBoxProperties) staticReturns the specified result back to the client side after processing a callback initiated by a combo box used as a grid view column editor. Inherited from GridExtensionBase.
GetComboBoxCallbackResult(Action<MVCxColumnComboBoxProperties>) staticReturns the specified result back to the client side after processing a callback initiated by a combo box used as a grid view column editor. Inherited from GridExtensionBase.
GetCustomDataCallbackResult(Object) staticReturns the specified result back to the client side after processing a callback within an Action defined by the GridSettingsBase.CustomDataActionRouteValues property.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHtml()Inserts the HTML code rendered by an extension into the required page output. Inherited from ExtensionBase.
GetTokenBoxCallbackResult(MVCxColumnTokenBoxProperties) staticReturns the specified result back to the client side after processing a callback initiated by a token box used as a grid view column editor. Inherited from GridExtensionBase.
GetTokenBoxCallbackResult(Action<MVCxColumnTokenBoxProperties>) staticReturns the specified result back to the client side after processing a callback initiated by a token box used as a grid view column editor. Inherited from GridExtensionBase.
GetType()Gets the Type of the current instance. Inherited from Object.
GetViewModel(String) staticReturns the VerticalGrid’s view model object that maintains the grid state and provides the means to populate itself with data when the grid is used in custom data binding mode.
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.
Render()Renders the extension’s HTML code to the Response. Inherited from ExtensionBase.
SetEditErrorText(String)Displays the specified (error) text in a special row at the bottom of the VerticalGrid.
ToString()Returns a string that represents the current object. Inherited from Object.
WriteCsv(VerticalGridSettings, Object, Stream, CsvExportOptions) static
WriteCsv(VerticalGridSettings, Object, Stream) staticExports the VerticalGrid’s data to a stream in CSV format.
WriteDocx(VerticalGridSettings, Object, Stream, DocxExportOptions) staticExports the grid’s data to a stream in DOCX format.
WriteDocx(VerticalGridSettings, Object, Stream) staticExports the grid’s data to a stream in DOCX format.
WritePdf(VerticalGridSettings, Object, Stream, PdfExportOptions) staticExports the VerticalGrid’s data to a stream in PDF format with the specified export options.
WritePdf(VerticalGridSettings, Object, Stream) staticExports the VerticalGrid’s data to a stream in PDF format.
WriteRtf(VerticalGridSettings, Object, Stream, RtfExportOptions) staticExports the VerticalGrid’s data to a stream in RTF format with the specified export options.
WriteRtf(VerticalGridSettings, Object, Stream) staticExports the VerticalGrid’s data to a stream in RTF format.
WriteXls(VerticalGridSettings, Object, Stream, XlsExportOptions) static
WriteXls(VerticalGridSettings, Object, Stream) staticExports the VerticalGrid’s data to a stream in XLS format.
WriteXlsx(VerticalGridSettings, Object, Stream, XlsxExportOptions) static
WriteXlsx(VerticalGridSettings, Object, Stream) staticExports the VerticalGrid’s data to a stream in XLSX format.

See Also

VerticalGridExtension Class

VerticalGridExtension Members

DevExpress.Web.Mvc Namespace