[]
Represents a ListHeader class to define header settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ListHeader
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ListHeader
Name | Description |
---|---|
ListHeader() | Initializes a new instance of the ListHeader class. |
Name | Description |
---|---|
AllowResize | Gets or sets a bool value indicating whether allows set the size. |
BackColor | Gets or sets a value that represents the backcolor. |
Clickable | Gets or sets a value indicating whether clickable or not. |
ContentAlignment | Gets or sets the content alignment. |
Ellipsis | Gets or sets whether display the ellipsis character when the text beyond the width of the header. |
ForeColor | Gets or sets a value that represents the forecolor. |
GradientEffect | Gets or sets a value that represents the gradient effect. |
Image | Gets or sets a value that represent the image. |
ImageTextSpace | Gets or sets the space between the image and text. |
SortIndicatorAlignment | Gets or sets a value that represents the alignment of the indicator of sort. |
Text | Gets or sets a string that represents caption string. |
TextAttachAlignment | Gets or sets how to attach the text to the image. |
TextEffect | Gets or sets the effect setting of the text. |