Share via


IRegion.SortComparison Property

Gets or sets the comparison used to sort the views.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

Comparison<Object> SortComparison { get; set; }
'Declaration
Property SortComparison As Comparison(Of Object)
    Get
    Set

Field Value

The comparison to use.

See Also

IRegion Interface

Microsoft.Practices.Prism.Regions Namespace