Class TreeViewSpreadExportContentCell
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeViewSpreadExportContentCell : TreeViewSpreadExportCell
Constructors
TreeViewSpreadExportContentCell()
Declaration
public TreeViewSpreadExportContentCell()
Properties
FormatString
Declaration
public string FormatString { get; set; }
Property Value
System.String
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|