New to Telerik UI for WPFStart a free 30-day trial

Elements which can be exported through the GridViewExportingWriter.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public interface IExportableElement

Derived Classes: CommonColumnHeader

Properties

Gets the content of the element.

C#
object Content { get; }

Gets the span.

C#
int ExportedElementColumnSpan { get; }

Gets the actual width.

C#
double ExportedElementWidth { get; }