ComponentOne Extended Library for WPF and Silverlight
GetOrder Method

C1.WPF.Extended Namespace > DisplayAttribute Class : GetOrder Method
Retrieves the value of the Order property.
Syntax
'Declaration
 
Public Function GetOrder() As Nullable(Of Integer)
public Nullable<int> GetOrder()

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

Reference

DisplayAttribute Class
DisplayAttribute Members