[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DefaultListColumnInfo

DefaultListColumnInfo Class

Represents the DefaultListColumnInfo class to define the default value of the ListColumnInfo.

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

Constructors

Name Description
DefaultListColumnInfo()

Default Constructor

DefaultListColumnInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
AutoWidth

Gets or sets a bool value that indicates whether the ListColumnInfo calculates the width automatically.

DataDisplayType

Gets or sets a DataDisplayType value indicates the display of the column.

DefaultSubItem

Gets or sets the default SubItem.

Header

Gets or sets the ListHeaderInfo.

SortOrder

Gets or sets the SortOrder.

Visible

Gets or set a bool value that indicates whether ListColumnInfo is visible.

Width

Gets or sets the width of the ListColumnInfo.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetDefaultSubItem()

Resets the default sub item.

ResetHeader()

Resets the header.

Serialize(XmlTextWriter)

Saves the object to XML.

ShouldSerializeDefaultSubItem()

Shoulds the serialize default sub item.

ShouldSerializeHeader()

Shoulds the serialize header.