[]
Represents a SubItem class.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SubItem
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class SubItem
| Name | Description |
|---|---|
| SubItem() | Initializes a new instance of the SubItem class. |
| SubItem(object) | Initializes a new instance of the SubItem class with values. |
| SubItem(object, object, ContentAlignment, bool, bool) | Initializes a new instance of the SubItem class with values. |
| Name | Description |
|---|---|
| ContentAlignment | Gets or sets a value that represents alignment of the text. |
| Ellipsis | Gets or sets a bool value indicating whether ought to display ellipsis when text can't display completely. |
| Padding | Gets or sets a Padding value indicates the margin of the SubItem. |
| Tag | Gets or sets a value that user free set. |
| Value | Gets or sets a value that represents value of the SubItem. |
| WordWrap | Gets or sets a bool value indicating whether the SubItem can word wrap or not. |
| Name | Description |
|---|---|
| ResetContentAlignment() | Resets the content alignment. |
| ResetEllipsis() | Resets the ellipsis. |
| ResetPadding() | Resets the padding. |
| ResetWordWrap() | Resets the word wrap. |