MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SongGridViewColumn Constructor (title, fieldName, visible, order)
NamespacesMPfm.WindowsControlsSongGridViewColumnSongGridViewColumn(String, String, Boolean, Int32)
Constructor for the SongGridViewColumn class.
Declaration Syntax
C#Visual Basic
public SongGridViewColumn(
	string title,
	string fieldName,
	bool visible,
	int order
)
Public Sub New ( _
	title As String, _
	fieldName As String, _
	visible As Boolean, _
	order As Integer _
)
Parameters
title (String)
Column title
fieldName (String)
Column field title (AudioFile)
visible (Boolean)
Indicates if the column is visible
order (Int32)
Column order

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)