

Property:
Property is the attribute of the components in flex.
for example:
DataGrid has the following property.
columns="From dataProvider" draggableColumns="true|false" editable="false|true" editedItemPosition="null" horizontalScrollPosition="null" etc.
Style:
Style is used for modify the appearance of components. There are so many style property used in flex.
for example:
iconColor="0x111111" rollOverColor="0xB2E1FF" selectionColor="0x7FCEFF" sortArrowSkin="DataGridSortArrow" etc.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.