Interface
IExportableElement

Elements which can be exported through the GridViewExportingWriter.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public interface IExportableElement

Properties

Content

Gets the content of the element.

Declaration

cs-api-definition
object Content { get; }

Property Value

object

ExportedElementColumnSpan

Gets the span.

Declaration

cs-api-definition
int ExportedElementColumnSpan { get; }

Property Value

int

ExportedElementWidth

Gets the actual width.

Declaration

cs-api-definition
double ExportedElementWidth { get; }

Property Value

double