Back to Devexpress

IModelSortProperty Interface

expressappframework-devexpress-dot-expressapp-dot-model-6405540c.md

latest1.6 KB
Original Source

IModelSortProperty Interface

The SortProperty node specifies the sorting property by which the collection of the List View‘s Collection Source is sorted.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelSortProperty :
    IModelNode
vb
Public Interface IModelSortProperty
    Inherits IModelNode

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelSortProperty Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

GitHub example: XAF - How to sort a ListView in code

DevExpress.ExpressApp.Model Namespace