Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there a way to put public properties in sequential order?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is there a way to put public properties in sequential order?

    Say I wanted to number some public properties so that they aren't all mixed up

    Example:

    01. public int SMAPeriod { get; set; }

    02. public int WMAPeriod { get; set; }

    03. public int EMAPeriod { get; set; }

    Instead of the properties being organized alphabetically

    public int EMAPeriod { get; set; }

    public int SMAPeriod { get; set; }

    public int WMAPeriod { get; set; }

    #2
    You can use the "Order =" part of the display attributes to sequence exactly how you wish: https://ninjatrader.com/support/help...yattribute.htm

    Comment


      #3
      Thanks for the reply!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      652 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      370 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      109 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      574 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      577 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X