This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumn.Caption Property

Gets/sets the caption of the column.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property Caption As String
C#
public string Caption { get; set; }

Property Value

A string which specifies the caption of the column.

See Also

Reference