cxRadioGroupItem Eabled/Disabled
  
type
TcxRadioGroupItemAccess = class(TcxRadioGroupItem);
  
begin
  TcxRadioGroupItemAccess(cxRadioGroup1.Properties.Items[0]).Enabled := False;
end;
Posted by Revers Tuna
,