Class
GridViewHtmlVisualExportParameters

Defines visual export parameters for HTML.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewHtmlVisualExportParameters

Inheritance: objectGridViewHtmlVisualExportParameters

Constructors

GridViewHtmlVisualExportParameters()

Declaration

cs-api-definition
public GridViewHtmlVisualExportParameters()

Properties

Attributes

Gets element attributes.

Declaration

cs-api-definition
public IDictionary<string, string> Attributes { get; }

Property Value

IDictionary<string, string>

Background

Gets or sets the element background.

Declaration

cs-api-definition
public Color? Background { get; set; }

Property Value

Color?

The element background.

FontFamily

Gets or sets the element font family.

Declaration

cs-api-definition
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

The element font family.

FontSize

Gets or sets the element font size.

Declaration

cs-api-definition
public double? FontSize { get; set; }

Property Value

double?

The element font size.

FontWeight

Gets or sets the element font weight.

Declaration

cs-api-definition
public FontWeight? FontWeight { get; set; }

Property Value

FontWeight?

The element font weight.

Foreground

Gets or sets the element foreground.

Declaration

cs-api-definition
public Color? Foreground { get; set; }

Property Value

Color?

The element foreground.

Height

Gets or sets the element height.

Declaration

cs-api-definition
public double? Height { get; set; }

Property Value

double?

The element height.

Styles

Gets element styles.

Declaration

cs-api-definition
public IDictionary<string, string> Styles { get; }

Property Value

IDictionary<string, string>

TextAlignment

Gets or sets the element horizontal alignment.

Declaration

cs-api-definition
public TextAlignment? TextAlignment { get; set; }

Property Value

TextAlignment?

The element horizontal alignment.

VerticalAlignment

Gets or sets the element vertical alignment.

Declaration

cs-api-definition
public VerticalAlignment? VerticalAlignment { get; set; }

Property Value

VerticalAlignment?

The element vertical alignment.

Width

Gets or sets the element width.

Declaration

cs-api-definition
public double? Width { get; set; }

Property Value

double?

The element width.