The Order
field in the DisplayInfo
struct is an integer that specifies the order of this member for UI ordering purposes. This field is particularly useful when you need to control the sequence in which UI elements are displayed, ensuring a logical and user-friendly arrangement. The order is typically determined by the OrderAttribute
, which can be applied to members to define their display order.