This question is locked. New answers and comments are not allowed.
Hello, how could i have a properties no alphabetically?
Now i have:
uxpGrid_Properties.Item = new BeanInfoPropertiesNodes()
{
UserKey = l_selectedElement.UserKey,
CreationDate = l_selectedElement.CreationDate,
Width = l_selectedElement.Width,
Height = l_selectedElement.Height,
PosX = l_selectedElement.PosX,
PosY = l_selectedElement.PosY,
Angle = l_selectedElement.Angle
};
I need this order, not alphabetically orderer.
I need the creation date in read only, the other elements no.
Thank you
Now i have:
uxpGrid_Properties.Item = new BeanInfoPropertiesNodes()
{
UserKey = l_selectedElement.UserKey,
CreationDate = l_selectedElement.CreationDate,
Width = l_selectedElement.Width,
Height = l_selectedElement.Height,
PosX = l_selectedElement.PosX,
PosY = l_selectedElement.PosY,
Angle = l_selectedElement.Angle
};
I need this order, not alphabetically orderer.
I need the creation date in read only, the other elements no.
Thank you