Class ExcelMLStylesEventArgs
Contains the ExcelML custom styles that are generated on the occurrence of the InitializingExcelMLStyles event.
Inheritance
System.Object
ExcelMLStylesEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ExcelMLStylesEventArgs : EventArgs
Constructors
ExcelMLStylesEventArgs()
Declaration
public ExcelMLStylesEventArgs()
Properties
Styles
Gets the ExcelMLStyles list.
Declaration
public List<ExcelMLStyle> Styles { get; }
Property Value
System.Collections.Generic.List<ExcelMLStyle>
The styles. |