[]
[StyleTypedProperty(Property = "HeaderStyle", StyleTargetType = typeof(ListHeader))]
[StyleTypedProperty(Property = "SubItemStyle", StyleTargetType = typeof(SubItem))]
[StyleTypedProperty(Property = "ElementStyle", StyleTargetType = typeof(Image))]
public sealed class ListImageColumn : ListColumn
<StyleTypedProperty(Property:="HeaderStyle", StyleTargetType:=GetType(ListHeader))>
<StyleTypedProperty(Property:="SubItemStyle", StyleTargetType:=GetType(SubItem))>
<StyleTypedProperty(Property:="ElementStyle", StyleTargetType:=GetType(Image))>
Public NotInheritable Class ListImageColumn
Inherits ListColumn
Name | Description |
---|---|
ListImageColumn() | Initializes a new instance of the ListImageColumn class. |
Name | Description |
---|---|
Stretch | Gets or sets a value that describes how an Image should be stretched to fill the SubItems in the column. |
Name | Description |
---|---|
GenerateElement(SubItem) | Gets a read-only Image element that is bound to the column according to GrapeCity.Windows.InputMan.ListColumn.MemberPath property value. |