ColumnDataAttributeTObject, TValueGetRow Property |
The delegate that returns the buffer row, containing the storage column
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<TObject, IBufferRow> GetRow { get; }
Public ReadOnly Property GetRow As Func(Of TObject, IBufferRow)
Get
public:
property Func<TObject, IBufferRow^>^ GetRow {
Func<TObject, IBufferRow^>^ get ();
}
member GetRow : Func<'TObject, IBufferRow> with get
Property Value
Type:
FuncTObject,
IBufferRow
See Also