Table of Contents
HeaderHtmlFormat Property

String used to format HeaderHtml before it is used.

Syntax
 public String HeaderHtmlFormat { get; set; }
Remarks

This property can be used to specify additional style information for HeaderHtml. For example, setting this property to <div style="padding-top:5px">{0}</div> reserves additional padding space on top of the dialog header text.

See Also