[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListImageColumn

ListImageColumn Class

Represents a GcListBox column that hosts Image controls in its SubItems.

Inheritance
ListImageColumn
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
[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

Constructors

Name Description
ListImageColumn()

Initializes a new instance of the ListImageColumn class.

Properties

Name Description
Stretch

Gets or sets a value that describes how an Image should be stretched to fill the SubItems in the column.

Methods

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.