Table of Contents

Interface IDatagridColspanEventArgs<T>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the arguments of the datagrid colspan event.

public interface IDatagridColspanEventArgs<out T>

Type Parameters

T

The type of the item.

Properties

Item

Gets the item.

T Item { get; }

Property Value

T

PropertyName

Gets the property name.

string PropertyName { get; }

Property Value

string