Class GridViewDocumentVisualExportParameters
Defines visual export parameters for XLSX and PDF.
Inheritance
System.Object
GridViewDocumentVisualExportParameters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.Export.dll
Syntax
public class GridViewDocumentVisualExportParameters
Constructors
GridViewDocumentVisualExportParameters()
Declaration
public GridViewDocumentVisualExportParameters()
Properties
Style
Gets or sets the style set for the cell.
Declaration
public CellSelectionStyle Style { get; set; }
Property Value
CellSelectionStyle
The style. |