Class
HTMLTableCaptionFormattingEventArgs

Provides event erguments for HTMLTableCaptionFormatting event

Definition

Namespace:Telerik.WinControls.UI.Export.HTML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class HTMLTableCaptionFormattingEventArgs : EventArgs

Inheritance: objectEventArgsHTMLTableCaptionFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

HTMLTableCaptionFormattingEventArgs(CaptionElement)

Declaration

cs-api-definition
public HTMLTableCaptionFormattingEventArgs(CaptionElement captionElement)

Parameters

captionElement

CaptionElement

Properties

CaptionText

Get or set caption text

Declaration

cs-api-definition
public string CaptionText { get; set; }

Property Value

string

TableCaptionElement

Get html table CaptionElement for further formatting

Declaration

cs-api-definition
public CaptionElement TableCaptionElement { get; }

Property Value

CaptionElement