FormGroupControl.sort Method

Definition

Overloads

sort()

Sorts the controls that are contained in a form group control.

sort(SortOrder)

sort()

Sorts the controls that are contained in a form group control.

public:
 virtual int sort();
public virtual int sort ();
abstract member sort : unit -> int
override this.sort : unit -> int
Public Overridable Function sort () As Integer

Returns

An integer value that contains the sort order.

Applies to

sort(SortOrder)

public:
 virtual int sort(Microsoft::Dynamics::Ax::Xpp::SortOrder _sortDirection);
public virtual int sort (Microsoft.Dynamics.Ax.Xpp.SortOrder _sortDirection);
abstract member sort : Microsoft.Dynamics.Ax.Xpp.SortOrder -> int
override this.sort : Microsoft.Dynamics.Ax.Xpp.SortOrder -> int
Public Overridable Function sort (_sortDirection As SortOrder) As Integer

Parameters

_sortDirection
Microsoft.Dynamics.Ax.Xpp.SortOrder

A system enumeration value that indicates the sort order for controls; optional.

Returns

Applies to