Class
ExcelMLStylesEventArgs

Contains the ExcelML custom styles that are generated on the occurrence of the InitializingExcelMLStyles event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class ExcelMLStylesEventArgs : EventArgs

Inheritance: objectEventArgsExcelMLStylesEventArgs

Inherited Members EventArgs.Empty

Constructors

ExcelMLStylesEventArgs()

Declaration

cs-api-definition
public ExcelMLStylesEventArgs()

Properties

Styles

Gets the ExcelMLStyles list.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
public List<ExcelMLStyle> Styles { get; }

Property Value

List<ExcelMLStyle>

The styles.