Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: XAML
C#
Visual Basic
XAML
.NET Framework Class Library
DisplayAttribute
.
.
::
.
.
Order Property
DisplayAttribute Class
See Also
Gets or sets a value that indicates the order in which the properties are sorted.
Namespace:
C1.WPF.Extended
Assembly:
C1.WPF.Extended
(in C1.WPF.Extended.dll)
XMLNS for XAML:
Not mapped to an xmlns.
Syntax
C#
public
int
Order
{
get
;
set
; }
Visual Basic
Public
Property
Order
As
Integer
Get
Set
XAML Attribute Usage
<
object
Order
="
int
" .../>
See Also
DisplayAttribute Class
C1.WPF.Extended Namespace