[]
Represents a ListHeaderPaneInfo class used to define header pane settings.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class ListHeaderPaneInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class ListHeaderPaneInfo
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
ListHeaderPaneInfo() | Initializes a new instance of the ListHeaderPaneInfo class. |
ListHeaderPaneInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
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. |
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. |