New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public ExcelMLStylesEventArgs()

Properties

Gets the ExcelMLStyles list.

C#
public List<ExcelMLStyle> Styles { get; }
Property Value:

The styles.