[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the flags indicating whether to sort in descending order on each property.

Namespace: net.esper.view.ext
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property IsDescendingValues As Boolean()
C#
public bool[] IsDescendingValues { get; set; }
Visual C++
public:
property array<bool>^ IsDescendingValues {
	array<bool>^ get ();
	void set (array<bool>^ value);
}

Return Value

the isDescending value for each sort property