Gets or sets a value used as an identifier for the column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[DefaultValueAttribute(null)]
public string ColumnName { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property ColumnName As String
	Get
	Set

See Also