MetaColumnDisplayOrder Property |
The order number used to sort the column in the tree view (by table and by category)
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[DefaultValueAttribute(1)]
public int DisplayOrder { get; set; }
<DefaultValueAttribute(1)>
Public Property DisplayOrder As Integer
Get
Set
public:
[DefaultValueAttribute(1)]
property int DisplayOrder {
int get ();
void set (int value);
}
[<DefaultValueAttribute(1)>]
member DisplayOrder : int with get, set
Property Value
Type:
Int32
See Also