Retrieves the value of the Order property.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public Nullable<int> GetOrder()
Visual Basic
Public Function GetOrder As Nullable(Of Integer)

Return Value

The value of the Order property if the property is set, or a null reference if the property is not set.

See Also