Hidden Paths of DevExpress DXGrid for WPF/Silverlight

For anybody into WPF/Silverlight using DevExpress DXGrid – this may come in handy – not documented properly but helluva of a technique to know – http://www.devexpress.com/Support/Center/p/Q392022.aspx

The Datacontext for a DevExpress Grid’s COLUMN is GridCellData – you can use the properties to access other properties/binding of the Grid ( It is not the ITEM in the collection of the ITEMSOURCE of the GRID) http://documentation.devexpress.com/#WPF/DevExpressXpfGridGridCellDataMembersTopicAll The ‘View’ property will give you a handle to access other properties/binding of the Grid. ‘RowData’ property corresponds to the ITEM in the collection bound to the row of the GRID

Comments

Popular posts from this blog

Decompiling Delphi - 3

Decompiling Delphi - 2

Artificial Intelligence, Oxymoron and Natural Intelligence