FormGroupControl.sort Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.