AddAttributesToRender(HtmlTextWriter)
protected
|
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers.
|
AddedControl(Control, Int32)
protected
|
Called after a child control is added to the Controls collection of the Control object.
|
AddNewCard()
|
Adds a new card.
|
AddParsedSubObject(Object)
protected
|
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control’s ControlCollection object.
|
ApplyStyle(Style)
|
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
|
ApplyStyleSheetSkin(Page)
|
Applies the style properties defined in the page style sheet to the control.
|
BeginRenderTracing(TextWriter, Object)
protected
|
Begins design-time tracing of rendering data.
|
BeginUpdate()
|
Prevents the grid from being rendered until the ASPxGridBase.EndUpdate method is called.
|
BuildProfileTree(String, Boolean)
protected
|
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
|
CancelEdit()
|
Cancels all the changes made and switches the ASPxCardView to browse mode.
|
ClearCachedClientID()
protected
|
Sets the cached ClientID value to null .
|
ClearChildControlState()
protected
|
Deletes the control-state information for the server control’s child controls.
|
ClearChildState()
protected
|
Deletes the view-state and control-state information for all the server control’s child controls.
|
ClearChildViewState()
protected
|
Deletes the view-state information for all the server control’s child controls.
|
ClearEffectiveClientIDMode()
protected
|
Sets the ClientIDMode property of the current control instance and of any child controls to Inherit.
|
ClearSort()
|
Clears the sorting applied to the grid control.
|
CollapseAll()
|
Collapses all groups.
|
CollapseGroupRow(Int32)
|
Collapses the specified group row.
|
CopyBaseAttributes(WebControl)
|
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
|
CreateControlCollection()
protected
|
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
|
DataBind()
|
Binds the data source to the invoked server control.
|
DataBind(Boolean)
protected
|
Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event.
|
DataBindChildren()
protected
|
Binds a data source to the server control’s child controls.
|
DeleteCard(Int32)
|
Deletes the specified card.
|
Dispose()
|
Enables a server control to perform final clean up before it is released from memory.
|
DoCardValidation()
|
Validates the card currently being edited.
|
EndRenderTracing(TextWriter, Object)
protected
|
Ends design-time tracing of rendering data.
|
EndUpdate()
|
Re-enables render operations after a call to the ASPxGridBase.BeginUpdate method and forces immediate re-rendering.
|
EnsureID()
protected
|
Creates an identifier for controls that do not have an identifier assigned.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
ExpandAll()
|
Expands all group rows.
|
ExpandGroupRow(Int32)
|
Expands the specified group row.
|
ExportCsvToResponse()
|
Exports the grid’s data to a file in CSV format and writes it to the response in binary format.
|
ExportCsvToResponse(CsvExportOptionsEx)
|
Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.
|
ExportCsvToResponse(Boolean, CsvExportOptionsEx)
|
Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.
|
ExportCsvToResponse(Boolean)
|
Exports the grid’s data to the specified file in CSV format with the specified settings, and writes it to the response in binary format.
|
ExportCsvToResponse(String, CsvExportOptionsEx)
|
Exports the control’s data to the specified file in CSV format with the specified export settings, and writes it to the response in binary format.
|
ExportCsvToResponse(String, Boolean, CsvExportOptionsEx)
|
Exports the control’s data to the specified file in CSV format with the specified export settings, and writes it to the response in binary format.
|
ExportCsvToResponse(String, Boolean)
|
Exports the grid’s data to the specified file in CSV format with the specified export settings, and writes it to the response in binary format.
|
ExportCsvToResponse(String)
|
Exports the grid’s data to the specified file in CSV format, and writes it to the response in binary format.
|
ExportDocxToResponse()
|
Exports the grid’s data to the file in DOCX format, and writes it to the response in binary format.
|
ExportDocxToResponse(DocxExportOptions)
|
Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.
|
ExportDocxToResponse(Boolean, DocxExportOptions)
|
Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.
|
ExportDocxToResponse(Boolean)
|
Exports the grid’s data to a file in DOCX format, and writes it to the response in binary format.
|
ExportDocxToResponse(String, DocxExportOptions)
|
Exports the grid’s data to the specified file in DOCX format, and writes it to the response in binary format.
|
ExportDocxToResponse(String, Boolean, DocxExportOptions)
|
Exports the gid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.
|
ExportDocxToResponse(String, Boolean)
|
Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.
|
ExportDocxToResponse(String)
|
Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse()
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(PdfExportOptions)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(Boolean, PdfExportOptions)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(Boolean)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(String, PdfExportOptions)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(String, Boolean, PdfExportOptions)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(String, Boolean)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportPdfToResponse(String)
|
Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.
|
ExportRtfToResponse()
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|
ExportRtfToResponse(RtfExportOptions)
|
Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
|