Get slected sort properties

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public PropertyDescriptor SortProperty { get; }
Visual Basic (Declaration)
Public ReadOnly Property SortProperty As PropertyDescriptor
Visual C++
public:
property PropertyDescriptor^ SortProperty {
	PropertyDescriptor^ get ();
}

See Also