[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo

ItemTemplateInfo Class

Represents an ItemTemplateInfo class that defines a template for the items.

Inheritance
ItemTemplateInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ItemTemplateInfo : ISerializable, IDeserializationCallback, ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ItemTemplateInfo
    Implements ISerializable, IDeserializationCallback, ISerializeSupport

Constructors

Name Description
ItemTemplateInfo()

Initializes a new instance of the ItemTemplateInfo class.

ItemTemplateInfo(int, object, Color, Color, int, Font, GradientEffect)

Initializes a new instance of the ItemTemplateInfo class with values.

ItemTemplateInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
AutoItemHeight

Gets or sets whether the height is preferred.

BackColor

Gets or sets the background color.

Font

Gets or sets the font.

ForeColor

Gets or sets the foreground color.

GradientEffect

Gets or sets the gradient effect.

Height

Gets or sets the height.

Image

Gets or sets the image.

Indent

Gets or sets the indent.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetFont()

Resets the Font.

ResetForeColor()

Resets the ForeColor.

ResetHeight()

Resets the Height property.

Serialize(XmlTextWriter)

Saves the object to XML.

ShouldSerializeFont()

Should serialize Font.

ShouldSerializeForeColor()

Should serialize ForeColor.

ShouldSerializeHeight()

Should serialize the height.