I am using RadGridViewCommands.TogglePinnedRowState to "toggle" the pinned value of a GridView row. However,there are case where I don't know the initial state of the row, so I don't know whether it needs to be "toggled" to pin it or whether it is already pinned (in which case toggling would have the opposite effect of what I want). How can I retrieve the "pinned" state of a row?