[]
Represents a ListHeaderInfo class that defines header settings.
[TypeConverter(typeof(ListHeaderInfoConvert))]
public class ListHeaderInfo : ISerializable, IDeserializationCallback, ISerializeSupport
<TypeConverter(GetType(ListHeaderInfoConvert))>
Public Class ListHeaderInfo
Implements ISerializable, IDeserializationCallback, ISerializeSupport
| Name | Description |
|---|---|
| ListHeaderInfo() | Initializes a new instance of the ListHeaderInfo class. |
| ListHeaderInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| AllowResize | Gets or sets a bool value that indicates whether to allow setting the size. |
| BackColor | Gets or sets a value that represents the backcolor. |
| Clickable | Gets or sets whether the header is clickable. |
| ContentAlignment | Gets or sets the content alignment. |
| Ellipsis | Gets or sets whether to display the ellipsis character when the text is beyond the width of the header. |
| ForeColor | Gets or sets a value that represents the forecolor. |
| GradientEffect | Gets or sets the gradient effect. |
| Image | Gets or sets the image. |
| ImageTextSpace | Gets or sets the space between the image and text. |
| SortIndicatorAlignment | Gets or sets the alignment of the sort indicator. |
| Text | Gets or sets the caption string. |
| TextAttachAlignment | Gets or sets how to attach the text to the image. |
| TextEffect | Gets or sets the effect setting of the text. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |