Initializes a new instance of the SortableAttribute class

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public SortableAttribute(
	bool sortable
)
Visual Basic
Public Sub New ( _
	sortable As Boolean _
)
Visual C++
public:
SortableAttribute(
	bool sortable
)

Parameters

sortable
Type: System..::..Boolean

[Missing <param name="sortable"/> documentation for "M:Ntreev.Windows.Forms.Grid.SortableAttribute.#ctor(System.Boolean)"]

See Also