New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.TreeListPdfExpandCollapseCellStyle

RadTreeList PDF expand/collapse cell style

Inheritance Hierarchy

  • System.Object
  • System.MarshalByRefObject
  • System.ComponentModel.Component
  • System.Web.UI.WebControls.Style
  • System.Web.UI.WebControls.TableItemStyle
  • Telerik.Web.UI.TreeListPdfStyle
  • Telerik.Web.UI.TreeListPdfExpandCollapseCellStyle

Properties

CollapseImageHeight Unit

Height of the collapse image.

CollapseImageUrl String

Represents the path to the collapse image

CollapseImageWidth Unit

Width of the collapse image.

CollapseText String

Represents the text that replaces the collapse image

ExpandImageHeight Unit

Height of the expand image.

ExpandImageUrl String

Represents the path to the expand image

ExpandImageWidth Unit

Width of the expand image.

ExpandText String

Represents the text that replaces the expand image

IsDefault Boolean

Returns true if none of the properties have been set

LineHeight Unit

LineHeight is not used for ExpandCollapseCellStyle

LineHeight Unit

Determines the line height

VerticalAlign VerticalAlign

Vertical align is not supported

Wrap Boolean

Forced word wrap is not supported for PDF export. Automatic word wrap is available (always on) if there are whitespace characters in the content.

Methods

CopyFrom

Copies from a given style

Parameters

s System.Web.UI.WebControls.Style

Style object

Returns

System.Void

In this article