[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListHeaderPaneInfo

ListHeaderPaneInfo Class

Represents a ListHeaderPaneInfo class used to define header pane settings.

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

Constructors

Name Description
ListHeaderPaneInfo()

Initializes a new instance of the ListHeaderPaneInfo class.

ListHeaderPaneInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
AutoHeight

Gets or sets whether the height for ListHeaderPaneInfo is automatically adjusted.

BackColor

Gets or sets the background color.

Font

Gets or sets the font.

GradientEffect

Gets or sets a value that represents the background gradient effect.

Height

Gets or sets the height.

Visible

Gets or sets whether the ListHeaderPaneInfo object is visible.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetHeight()

Resets the Height property to the default value.

Serialize(XmlTextWriter)

Saves the object to XML.

ShouldSerializeHeight()

Indicates whether the Height property should be persisted.