[This is preliminary documentation and is subject to change.]
Returns comment for row
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual string GetCommentFromRow(
TRow row
)
public virtual string GetCommentFromRow(
TRow row
)
Public Overridable Function GetCommentFromRow (
row As TRow
) As String
Public Overridable Function GetCommentFromRow (
row As TRow
) As String
public:
virtual String^ GetCommentFromRow(
TRow row
)
public:
virtual String^ GetCommentFromRow(
TRow row
)
abstract GetCommentFromRow :
row : 'TRow -> string
override GetCommentFromRow :
row : 'TRow -> string
abstract GetCommentFromRow :
row : 'TRow -> string
override GetCommentFromRow :
row : 'TRow -> string
Return Value
Type:
String