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:
C#
public class ExcelMLStylesEventArgs : EventArgs
Inheritance: objectEventArgsExcelMLStylesEventArgs
Inherited Members
Constructors
C#
public ExcelMLStylesEventArgs()
Properties
Gets the ExcelMLStyles list.
C#
public List<ExcelMLStyle> Styles { get; }
The styles.